#8e600c

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

Shades of Golden Brown #8E600C

Tints of Golden Brown #8E600C

Color information

#8E600C (or 0x8E600C) is unknown color: approx Golden Brown. HEX triplet: 8E, 60 and 0C. RGB value is (142,96,12). Sum of RGB (Red+Green+Blue) = 142+96+12=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E600C is #719FF3. Grayscale: #646464. Windows color (decimal): -7446516 or 811150. OLE color: 811150.

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

Color convert

RGB1429612-
CMYK00.320.920.44
HSL38.77º84.42%30.2%-
HSV(B)38.77º91.55%55.69%-
XYZ15.414.142.27-
YUV100.1878.24157.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.8%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=56.8%
G=38.4%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142961200.320.920.4438.7784.4230.2
Hex8E60C0205C2C27541e
Octal21614014040134544712436
Binary100011101100000110001000001011100101100100111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e600c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,12); }

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

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

 a { background-color: rgb(142,96,12); }

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

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

 span { border-color: rgb(142,96,12); }

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