#917C12

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

Shades of Hacienda #917C12

Tints of Hacienda #917C12

Color information

#917C12 (or 0x917C12) is unknown color: approx Hacienda. HEX triplet: 91, 7C and 12. RGB value is (145,124,18). Sum of RGB (Red+Green+Blue) = 145+124+18=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #917C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917C12 is #6E83ED. Grayscale: #767676. Windows color (decimal): -7242734 or 1211537. OLE color: 1211537.

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

Color convert

RGB14512418-
CMYK00.140.880.43
HSL50.08º77.91%31.96%-
HSV(B)50.08º87.59%56.86%-
XYZ18.9920.483.52-
YUV118.271.46147.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.52%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=50.52%
G=43.21%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451241800.140.880.4350.0877.9131.96
Hex917C120E582B324e20
Octal22117422016130536211640
Binary100100011111100100100111010110001010111100101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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