#8E6819

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

Shades of Golden Brown #8E6819

Tints of Golden Brown #8E6819

Color information

#8E6819 (or 0x8E6819) is unknown color: approx Golden Brown. HEX triplet: 8E, 68 and 19. RGB value is (142,104,25). Sum of RGB (Red+Green+Blue) = 142+104+25=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6819 is #7197E6. Grayscale: #6A6A6A. Windows color (decimal): -7444455 or 1665166. OLE color: 1665166.

HSL color Cylindrical-coordinate representation of color #8E6819: hue angle of 40.51º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E6819 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB14210425-
CMYK00.270.820.44
HSL40.51º70.06%32.75%-
HSV(B)40.51º82.39%55.69%-
XYZ16.2815.723.1-
YUV106.3682.09153.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 25 (10.16% from 255) = 9.23%
R=52.40%
G=38.38%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421042500.270.820.4440.5170.0632.75
Hex8E681901B522C294621
Octal21615031033122545110641
Binary1000111011010001100101101110100101011001010011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,25); }

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

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

 a { background-color: rgb(142,104,25); }

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

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

 span { border-color: rgb(142,104,25); }

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