#8E6405

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

Shades of Golden Brown #8E6405

Tints of Golden Brown #8E6405

Color information

#8E6405 (or 0x8E6405) is unknown color: approx Golden Brown. HEX triplet: 8E, 64 and 05. RGB value is (142,100,5). Sum of RGB (Red+Green+Blue) = 142+100+5=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6405 is #719BFA. Grayscale: #666666. Windows color (decimal): -7445499 or 353422. OLE color: 353422.

HSL color Cylindrical-coordinate representation of color #8E6405: hue angle of 41.61º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E6405 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1421005-
CMYK00.300.960.44
HSL41.61º93.2%28.82%-
HSV(B)41.61º96.48%55.69%-
XYZ15.7414.882.19-
YUV101.7373.41156.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=57.49%
G=40.49%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142100500.300.960.4441.6193.228.82
Hex8E64501E602C2a5d1d
Octal2161445036140545213535
Binary1000111011001001010111101100000101100101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,100,5); }

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

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

 a { background-color: rgb(142,100,5); }

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

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

 span { border-color: rgb(142,100,5); }

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