#917E11

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

Shades of Hacienda #917E11

Tints of Hacienda #917E11

Color information

#917E11 (or 0x917E11) is unknown color: approx Hacienda. HEX triplet: 91, 7E and 11. RGB value is (145,126,17). Sum of RGB (Red+Green+Blue) = 145+126+17=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #917E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917E11 is #6E81EE. Grayscale: #777777. Windows color (decimal): -7242223 or 1146513. OLE color: 1146513.

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

Color convert

RGB14512617-
CMYK00.130.880.43
HSL51.09º79.01%31.76%-
HSV(B)51.09º88.28%56.86%-
XYZ19.2420.983.57-
YUV119.2570.29146.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.35%
GREEN value IS 126 (49.61% from 255) = 43.75%
BLUE value IS 17 (7.03% from 255) = 5.90%
R=50.35%
G=43.75%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451261700.130.880.4351.0979.0131.76
Hex917E110D582B334f20
Octal22117621015130536311740
Binary100100011111110100010110110110001010111100111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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