#8F5713

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

Shades of Golden Brown #8F5713

Tints of Golden Brown #8F5713

Color information

#8F5713 (or 0x8F5713) is unknown color: approx Golden Brown. HEX triplet: 8F, 57 and 13. RGB value is (143,87,19). Sum of RGB (Red+Green+Blue) = 143+87+19=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5713 is #70A8EC. Grayscale: #606060. Windows color (decimal): -7383277 or 1267599. OLE color: 1267599.

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

Color convert

RGB1438719-
CMYK00.390.870.44
HSL32.9º76.54%31.76%-
HSV(B)32.9º86.71%56.08%-
XYZ14.8512.72.29-
YUV95.9984.55161.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 57.43%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=57.43%
G=34.94%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143871900.390.870.4432.976.5431.76
Hex8F5713027572C214d20
Octal21712723047127544111540
Binary10001111101011110011010011110101111011001000011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,87,19); }

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

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

 a { background-color: rgb(143,87,19); }

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

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

 span { border-color: rgb(143,87,19); }

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