#978210

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

Shades of Hacienda #978210

Tints of Hacienda #978210

Color information

#978210 (or 0x978210) is unknown color: approx Hacienda. HEX triplet: 97, 82 and 10. RGB value is (151,130,16). Sum of RGB (Red+Green+Blue) = 151+130+16=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #978210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978210 is #687DEF. Grayscale: #7B7B7B. Windows color (decimal): -6847984 or 1082007. OLE color: 1082007.

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

Color convert

RGB15113016-
CMYK00.140.890.41
HSL50.67º80.84%32.75%-
HSV(B)50.67º89.4%59.22%-
XYZ20.8422.583.75-
YUV123.2867.46147.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 16 (6.64% from 255) = 5.39%
R=50.84%
G=43.77%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511301600.140.890.4150.6780.8432.75
Hex9782100E5929335121
Octal22720220016131516312141
Binary1001011110000010100000111010110011010011100111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978210; }

 p { color: rgb(151,130,16); }

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

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

 a { background-color: rgb(151,130,16); }

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

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

 span { border-color: rgb(151,130,16); }

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