#917914

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

Shades of Hacienda #917914

Tints of Hacienda #917914

Color information

#917914 (or 0x917914) is unknown color: approx Hacienda. HEX triplet: 91, 79 and 14. RGB value is (145,121,20). Sum of RGB (Red+Green+Blue) = 145+121+20=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #917914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917914 is #6E86EB. Grayscale: #757575. Windows color (decimal): -7243500 or 1341841. OLE color: 1341841.

HSL color Cylindrical-coordinate representation of color #917914: hue angle of 48.48º 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 #917914 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB14512120-
CMYK00.170.860.43
HSL48.48º75.76%32.35%-
HSV(B)48.48º86.21%56.86%-
XYZ18.6419.743.49-
YUV116.6673.45148.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.70%
GREEN value IS 121 (47.66% from 255) = 42.31%
BLUE value IS 20 (8.20% from 255) = 6.99%
R=50.70%
G=42.31%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451212000.170.860.4348.4875.7632.35
Hex917914011562B304c20
Octal22117124021126536011440
Binary1001000111110011010001000110101101010111100001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917914; }

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

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

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

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

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

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

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

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