#9E8712

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

Shades of Hacienda #9E8712

Tints of Hacienda #9E8712

Color information

#9E8712 (or 0x9E8712) is unknown color: approx Hacienda. HEX triplet: 9E, 87 and 12. RGB value is (158,135,18). Sum of RGB (Red+Green+Blue) = 158+135+18=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8712 is #6178ED. Grayscale: #818181. Windows color (decimal): -6387950 or 1214366. OLE color: 1214366.

HSL color Cylindrical-coordinate representation of color #9E8712: hue angle of 50.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E8712 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15813518-
CMYK00.150.890.38
HSL50.14º79.55%34.51%-
HSV(B)50.14º88.61%61.96%-
XYZ22.8724.644.12-
YUV128.5465.62149.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 18 (7.42% from 255) = 5.79%
R=50.80%
G=43.41%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581351800.150.890.3850.1479.5534.51
Hex9E87120F5926325023
Octal23620722017131466212043
Binary1001111010000111100100111110110011001101100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8712; }

 p { color: rgb(158,135,18); }

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

<style>
 a { background-color: #9E8712; }

 a { background-color: rgb(158,135,18); }

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

<style>
 span { border-color: #9E8712; }

 span { border-color: rgb(158,135,18); }

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