#8f553a

Color #8F553A Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #8F553A

Tints of Rope #8F553A

Color information

#8F553A (or 0x8F553A) is unknown color: approx Rope. HEX triplet: 8F, 55 and 3A. RGB value is (143,85,58). Sum of RGB (Red+Green+Blue) = 143+85+58=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F553A is #70AAC5. Grayscale: #636363. Windows color (decimal): -7383750 or 3822991. OLE color: 3822991.

HSL color Cylindrical-coordinate representation of color #8F553A: hue angle of 19.06º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F553A is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1438558-
CMYK00.410.590.44
HSL19.06º42.29%39.41%-
HSV(B)19.06º59.44%56.08%-
XYZ15.3412.645.63-
YUV99.26104.72159.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=50%
G=29.72%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143855800.410.590.4419.0642.2939.41
Hex8F553A0293B2C132a27
Octal217125720517354235247
Binary100011111010101111010010100111101110110010011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f553a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f553a; }

 p { color: rgb(143,85,58); }

 H1.HeaderClassName
 {
   color: #8f553a;
 }
 .AnyTagClassName
 {
   color: #8f553a;
 }
</style>
background-color css

<style>
 a { background-color: #8f553a; }

 a { background-color: rgb(143,85,58); }

 div.DivClassName
 {
   background-color: #8f553a;
 }
 .BgClassName
 {
   background-color: #8f553a;
 }
</style>
border-color css

<style>
 span { border-color: #8f553a; }

 span { border-color: rgb(143,85,58); }

 td.TdClassName
 {
   border-color: #8f553a;
 }
 .TagClassName
 {
   border-color: #8f553a;
 }
</style>