#8E6014

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

Shades of Golden Brown #8E6014

Tints of Golden Brown #8E6014

Color information

#8E6014 (or 0x8E6014) is unknown color: approx Golden Brown. HEX triplet: 8E, 60 and 14. RGB value is (142,96,20). Sum of RGB (Red+Green+Blue) = 142+96+20=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6014 is #719FEB. Grayscale: #656565. Windows color (decimal): -7446508 or 1335438. OLE color: 1335438.

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

Color convert

RGB1429620-
CMYK00.320.860.44
HSL37.38º75.31%31.76%-
HSV(B)37.38º85.92%55.69%-
XYZ15.4614.172.58-
YUV101.0982.24157.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.04%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 20 (8.20% from 255) = 7.75%
R=55.04%
G=37.21%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142962000.320.860.4437.3875.3131.76
Hex8E6014020562C254b20
Octal21614024040126544511340
Binary10001110110000010100010000010101101011001001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,20); }

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

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

 a { background-color: rgb(142,96,20); }

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

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

 span { border-color: rgb(142,96,20); }

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