#8c5b05

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

Shades of Golden Brown #8C5B05

Tints of Golden Brown #8C5B05

Color information

#8C5B05 (or 0x8C5B05) is unknown color: approx Golden Brown. HEX triplet: 8C, 5B and 05. RGB value is (140,91,5). Sum of RGB (Red+Green+Blue) = 140+91+5=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5B05 is #73A4FA. Grayscale: #606060. Windows color (decimal): -7578875 or 351116. OLE color: 351116.

HSL color Cylindrical-coordinate representation of color #8C5B05: hue angle of 38.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C5B05 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB140915-
CMYK00.350.960.45
HSL38.22º93.1%28.43%-
HSV(B)38.22º96.43%54.9%-
XYZ14.5813.071.9-
YUV95.8576.73159.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.32%
GREEN value IS 91 (35.94% from 255) = 38.56%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=59.32%
G=38.56%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14091500.350.960.4538.2293.128.43
Hex8C5B5023602D265d1c
Octal2141335043140554613534
Binary10001100101101110101000111100000101101100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c5b05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,5); }

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

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

 a { background-color: rgb(140,91,5); }

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

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

 span { border-color: rgb(140,91,5); }

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