#8E710B

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

Shades of Golden Brown #8E710B

Tints of Golden Brown #8E710B

Color information

#8E710B (or 0x8E710B) is unknown color: approx Golden Brown. HEX triplet: 8E, 71 and 0B. RGB value is (142,113,11). Sum of RGB (Red+Green+Blue) = 142+113+11=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E710B is #718EF4. Grayscale: #6E6E6E. Windows color (decimal): -7442165 or 749966. OLE color: 749966.

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

Color convert

RGB14211311-
CMYK00.200.920.44
HSL46.72º85.62%30%-
HSV(B)46.72º92.25%55.69%-
XYZ17.1217.592.81-
YUV110.0472.11150.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 11 (4.69% from 255) = 4.14%
R=53.38%
G=42.48%
B=4.14%

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
Decimal1421131100.200.920.4446.7285.6230
Hex8E71B0145C2C2f561e
Octal21616113024134545712636
Binary10001110111000110110101001011100101100101111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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