#8c5c11

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

Shades of Golden Brown #8C5C11

Tints of Golden Brown #8C5C11

Color information

#8C5C11 (or 0x8C5C11) is unknown color: approx Golden Brown. HEX triplet: 8C, 5C and 11. RGB value is (140,92,17). Sum of RGB (Red+Green+Blue) = 140+92+17=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5C11 is #73A3EE. Grayscale: #626262. Windows color (decimal): -7578607 or 1137804. OLE color: 1137804.

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

Color convert

RGB1409217-
CMYK00.340.880.45
HSL36.59º78.34%30.78%-
HSV(B)36.59º87.86%54.9%-
XYZ14.7413.272.31-
YUV97.882.4158.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.22%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=56.22%
G=36.95%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140921700.340.880.4536.5978.3430.78
Hex8C5C11022582D254e1f
Octal21413421042130554511637
Binary1000110010111001000101000101011000101101100101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c5c11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,92,17); }

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

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

 a { background-color: rgb(140,92,17); }

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

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

 span { border-color: rgb(140,92,17); }

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