#917B12

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

Shades of Hacienda #917B12

Tints of Hacienda #917B12

Color information

#917B12 (or 0x917B12) is unknown color: approx Hacienda. HEX triplet: 91, 7B and 12. RGB value is (145,123,18). Sum of RGB (Red+Green+Blue) = 145+123+18=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #917B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917B12 is #6E84ED. Grayscale: #767676. Windows color (decimal): -7242990 or 1211281. OLE color: 1211281.

HSL color Cylindrical-coordinate representation of color #917B12: hue angle of 49.61º degrees, saturation: 0.78, 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 #917B12 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB14512318-
CMYK00.150.880.43
HSL49.61º77.91%31.96%-
HSV(B)49.61º87.59%56.86%-
XYZ18.8720.233.48-
YUV117.6171.79147.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.70%
GREEN value IS 123 (48.44% from 255) = 43.01%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=50.70%
G=43.01%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451231800.150.880.4349.6177.9131.96
Hex917B120F582B324e20
Octal22117322017130536211640
Binary100100011111011100100111110110001010111100101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,123,18); }

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

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

 a { background-color: rgb(145,123,18); }

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

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

 span { border-color: rgb(145,123,18); }

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