#8E7A16

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

Shades of Hacienda #8E7A16

Tints of Hacienda #8E7A16

Color information

#8E7A16 (or 0x8E7A16) is unknown color: approx Hacienda. HEX triplet: 8E, 7A and 16. RGB value is (142,122,22). Sum of RGB (Red+Green+Blue) = 142+122+22=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7A16 is #7185E9. Grayscale: #747474. Windows color (decimal): -7439850 or 1473166. OLE color: 1473166.

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

Color convert

RGB14212222-
CMYK00.140.850.44
HSL50º73.17%32.16%-
HSV(B)50º84.51%55.69%-
XYZ18.2619.733.6-
YUV116.5874.63146.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 122 (48.05% from 255) = 42.66%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=49.65%
G=42.66%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421222200.140.850.445073.1732.16
Hex8E7A160E552C324920
Octal21617226016125546211140
Binary100011101111010101100111010101011011001100101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,122,22); }

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

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

 a { background-color: rgb(142,122,22); }

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

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

 span { border-color: rgb(142,122,22); }

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