#977912

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

Shades of Hacienda #977912

Tints of Hacienda #977912

Color information

#977912 (or 0x977912) is unknown color: approx Hacienda. HEX triplet: 97, 79 and 12. RGB value is (151,121,18). Sum of RGB (Red+Green+Blue) = 151+121+18=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #977912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977912 is #6886ED. Grayscale: #767676. Windows color (decimal): -6850286 or 1210775. OLE color: 1210775.

HSL color Cylindrical-coordinate representation of color #977912: hue angle of 46.47º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #977912 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB15112118-
CMYK00.200.880.41
HSL46.47º78.7%33.14%-
HSV(B)46.47º88.08%59.22%-
XYZ19.7120.33.45-
YUV118.2371.44151.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.07%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 18 (7.42% from 255) = 6.21%
R=52.07%
G=41.72%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511211800.200.880.4146.4778.733.14
Hex97791201458292e4f21
Octal22717122024130515611741
Binary1001011111110011001001010010110001010011011101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977912; }

 p { color: rgb(151,121,18); }

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

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

 a { background-color: rgb(151,121,18); }

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

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

 span { border-color: rgb(151,121,18); }

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