#917A14

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

Shades of Hacienda #917A14

Tints of Hacienda #917A14

Color information

#917A14 (or 0x917A14) is unknown color: approx Hacienda. HEX triplet: 91, 7A and 14. RGB value is (145,122,20). Sum of RGB (Red+Green+Blue) = 145+122+20=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #917A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917A14 is #6E85EB. Grayscale: #757575. Windows color (decimal): -7243244 or 1342097. OLE color: 1342097.

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

Color convert

RGB14512220-
CMYK00.160.860.43
HSL48.96º75.76%32.35%-
HSV(B)48.96º86.21%56.86%-
XYZ18.7619.993.53-
YUV117.2573.12147.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.52%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 20 (8.20% from 255) = 6.97%
R=50.52%
G=42.51%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451222000.160.860.4348.9675.7632.35
Hex917A14010562B314c20
Octal22117224020126536111440
Binary1001000111110101010001000010101101010111100011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,122,20); }

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

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

 a { background-color: rgb(145,122,20); }

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

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

 span { border-color: rgb(145,122,20); }

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