#917E16

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

Shades of Hacienda #917E16

Tints of Hacienda #917E16

Color information

#917E16 (or 0x917E16) is unknown color: approx Hacienda. HEX triplet: 91, 7E and 16. RGB value is (145,126,22). Sum of RGB (Red+Green+Blue) = 145+126+22=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #917E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917E16 is #6E81E9. Grayscale: #787878. Windows color (decimal): -7242218 or 1474193. OLE color: 1474193.

HSL color Cylindrical-coordinate representation of color #917E16: hue angle of 50.73º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #917E16 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB14512622-
CMYK00.130.850.43
HSL50.73º73.65%32.75%-
HSV(B)50.73º84.83%56.86%-
XYZ19.28213.8-
YUV119.8272.79145.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.49%
GREEN value IS 126 (49.61% from 255) = 43.00%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=49.49%
G=43.00%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451262200.130.850.4350.7373.6532.75
Hex917E160D552B334a21
Octal22117626015125536311241
Binary100100011111110101100110110101011010111100111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E16; }

 p { color: rgb(145,126,22); }

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

<style>
 a { background-color: #917E16; }

 a { background-color: rgb(145,126,22); }

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

<style>
 span { border-color: #917E16; }

 span { border-color: rgb(145,126,22); }

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