#8E720B

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

Shades of Golden Brown #8E720B

Tints of Golden Brown #8E720B

Color information

#8E720B (or 0x8E720B) is unknown color: approx Golden Brown. HEX triplet: 8E, 72 and 0B. RGB value is (142,114,11). Sum of RGB (Red+Green+Blue) = 142+114+11=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E720B is #718DF4. Grayscale: #6F6F6F. Windows color (decimal): -7441909 or 750222. OLE color: 750222.

HSL color Cylindrical-coordinate representation of color #8E720B: hue angle of 47.18º degrees, saturation: 0.86, 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 #8E720B is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14211411-
CMYK00.200.920.44
HSL47.18º85.62%30%-
HSV(B)47.18º92.25%55.69%-
XYZ17.2317.812.85-
YUV110.6371.78150.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 11 (4.69% from 255) = 4.12%
R=53.18%
G=42.70%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421141100.200.920.4447.1885.6230
Hex8E72B0145C2C2f561e
Octal21616213024134545712636
Binary10001110111001010110101001011100101100101111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,11); }

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

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

 a { background-color: rgb(142,114,11); }

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

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

 span { border-color: rgb(142,114,11); }

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