#917812

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

Shades of Hacienda #917812

Tints of Hacienda #917812

Color information

#917812 (or 0x917812) is unknown color: approx Hacienda. HEX triplet: 91, 78 and 12. RGB value is (145,120,18). Sum of RGB (Red+Green+Blue) = 145+120+18=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #917812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917812 is #6E87ED. Grayscale: #747474. Windows color (decimal): -7243758 or 1210513. OLE color: 1210513.

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

Color convert

RGB14512018-
CMYK00.170.880.43
HSL48.19º77.91%31.96%-
HSV(B)48.19º87.59%56.86%-
XYZ18.519.53.36-
YUV115.8572.78148.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.24%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 18 (7.42% from 255) = 6.36%
R=51.24%
G=42.40%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451201800.170.880.4348.1977.9131.96
Hex917812011582B304e20
Octal22117022021130536011640
Binary1001000111110001001001000110110001010111100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917812; }

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

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

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

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

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

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

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

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