#8E6417

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

Shades of Golden Brown #8E6417

Tints of Golden Brown #8E6417

Color information

#8E6417 (or 0x8E6417) is unknown color: approx Golden Brown. HEX triplet: 8E, 64 and 17. RGB value is (142,100,23). Sum of RGB (Red+Green+Blue) = 142+100+23=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6417 is #719BE8. Grayscale: #686868. Windows color (decimal): -7445481 or 1533070. OLE color: 1533070.

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

Color convert

RGB14210023-
CMYK00.300.840.44
HSL38.82º72.12%32.35%-
HSV(B)38.82º83.8%55.69%-
XYZ15.8714.932.86-
YUV103.7882.41155.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 23 (9.38% from 255) = 8.68%
R=53.58%
G=37.74%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421002300.300.840.4438.8272.1232.35
Hex8E641701E542C274820
Octal21614427036124544711040
Binary1000111011001001011101111010101001011001001111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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