#8F5C3F

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

Shades of Rope #8F5C3F

Tints of Rope #8F5C3F

Color information

#8F5C3F (or 0x8F5C3F) is unknown color: approx Rope. HEX triplet: 8F, 5C and 3F. RGB value is (143,92,63). Sum of RGB (Red+Green+Blue) = 143+92+63=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5C3F is #70A3C0. Grayscale: #686868. Windows color (decimal): -7381953 or 4152463. OLE color: 4152463.

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

Color convert

RGB1439263-
CMYK00.360.560.44
HSL21.75º38.83%40.39%-
HSV(B)21.75º55.94%56.08%-
XYZ16.0513.856.53-
YUV103.94104.9155.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.99%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 63 (25% from 255) = 21.14%
R=47.99%
G=30.87%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143926300.360.560.4421.7538.8340.39
Hex8F5C3F024382C162728
Octal217134770447054264750
Binary100011111011100111111010010011100010110010110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,92,63); }

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

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

 a { background-color: rgb(143,92,63); }

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

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

 span { border-color: rgb(143,92,63); }

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