#917515

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

Shades of Hacienda #917515

Tints of Hacienda #917515

Color information

#917515 (or 0x917515) is unknown color: approx Hacienda. HEX triplet: 91, 75 and 15. RGB value is (145,117,21). Sum of RGB (Red+Green+Blue) = 145+117+21=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #917515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917515 is #6E8AEA. Grayscale: #727272. Windows color (decimal): -7244523 or 1406353. OLE color: 1406353.

HSL color Cylindrical-coordinate representation of color #917515: hue angle of 46.45º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #917515 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB14511721-
CMYK00.190.860.43
HSL46.45º74.7%32.55%-
HSV(B)46.45º85.52%56.86%-
XYZ18.1718.83.38-
YUV114.4375.28149.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.24%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=51.24%
G=41.34%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451172100.190.860.4346.4574.732.55
Hex917515013562B2e4b21
Octal22116525023126535611341
Binary1001000111101011010101001110101101010111011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917515; }

 p { color: rgb(145,117,21); }

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

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

 a { background-color: rgb(145,117,21); }

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

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

 span { border-color: rgb(145,117,21); }

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