#8E7A13

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

Shades of Hacienda #8E7A13

Tints of Hacienda #8E7A13

Color information

#8E7A13 (or 0x8E7A13) is unknown color: approx Hacienda. HEX triplet: 8E, 7A and 13. RGB value is (142,122,19). Sum of RGB (Red+Green+Blue) = 142+122+19=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7A13 is #7185EC. Grayscale: #747474. Windows color (decimal): -7439853 or 1276558. OLE color: 1276558.

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

Color convert

RGB14212219-
CMYK00.140.870.44
HSL50.24º76.4%31.57%-
HSV(B)50.24º86.62%55.69%-
XYZ18.2319.723.46-
YUV116.2473.13146.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 122 (48.05% from 255) = 43.11%
BLUE value IS 19 (7.81% from 255) = 6.71%
R=50.18%
G=43.11%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421221900.140.870.4450.2476.431.57
Hex8E7A130E572C324c20
Octal21617223016127546211440
Binary100011101111010100110111010101111011001100101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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