#8E720E

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

Shades of Golden Brown #8E720E

Tints of Golden Brown #8E720E

Color information

#8E720E (or 0x8E720E) is unknown color: approx Golden Brown. HEX triplet: 8E, 72 and 0E. RGB value is (142,114,14). Sum of RGB (Red+Green+Blue) = 142+114+14=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E720E is #718DF1. Grayscale: #6F6F6F. Windows color (decimal): -7441906 or 946830. OLE color: 946830.

HSL color Cylindrical-coordinate representation of color #8E720E: hue angle of 46.87º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E720E is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14211414-
CMYK00.200.900.44
HSL46.87º82.05%30.59%-
HSV(B)46.87º90.14%55.69%-
XYZ17.2517.822.95-
YUV110.9773.28150.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=52.59%
G=42.22%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421141400.200.900.4446.8782.0530.59
Hex8E72E0145A2C2f521f
Octal21616216024132545712237
Binary10001110111001011100101001011010101100101111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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