#8C5D16

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

Shades of Golden Brown #8C5D16

Tints of Golden Brown #8C5D16

Color information

#8C5D16 (or 0x8C5D16) is unknown color: approx Golden Brown. HEX triplet: 8C, 5D and 16. RGB value is (140,93,22). Sum of RGB (Red+Green+Blue) = 140+93+22=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5D16 is #73A2E9. Grayscale: #636363. Windows color (decimal): -7578346 or 1465740. OLE color: 1465740.

HSL color Cylindrical-coordinate representation of color #8C5D16: hue angle of 36.1º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C5D16 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1409322-
CMYK00.340.840.45
HSL36.1º72.84%31.76%-
HSV(B)36.1º84.29%54.9%-
XYZ14.8713.462.57-
YUV98.9684.57157.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=54.90%
G=36.47%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140932200.340.840.4536.172.8431.76
Hex8C5D16022542D244920
Octal21413526042124554411140
Binary10001100101110110110010001010101001011011001001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,93,22); }

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

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

 a { background-color: rgb(140,93,22); }

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

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

 span { border-color: rgb(140,93,22); }

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