#978113

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

Shades of Hacienda #978113

Tints of Hacienda #978113

Color information

#978113 (or 0x978113) is unknown color: approx Hacienda. HEX triplet: 97, 81 and 13. RGB value is (151,129,19). Sum of RGB (Red+Green+Blue) = 151+129+19=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #978113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978113 is #687EEC. Grayscale: #7B7B7B. Windows color (decimal): -6848237 or 1278359. OLE color: 1278359.

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

Color convert

RGB15112919-
CMYK00.150.870.41
HSL50º77.65%33.33%-
HSV(B)50º87.42%59.22%-
XYZ20.7322.333.83-
YUV123.0469.29147.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 19 (7.81% from 255) = 6.35%
R=50.50%
G=43.14%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511291900.150.870.415077.6533.33
Hex9781130F5729324e21
Octal22720123017127516211641
Binary1001011110000001100110111110101111010011100101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978113; }

 p { color: rgb(151,129,19); }

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

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

 a { background-color: rgb(151,129,19); }

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

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

 span { border-color: rgb(151,129,19); }

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