#978215

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

Shades of Hacienda #978215

Tints of Hacienda #978215

Color information

#978215 (or 0x978215) is unknown color: approx Hacienda. HEX triplet: 97, 82 and 15. RGB value is (151,130,21). Sum of RGB (Red+Green+Blue) = 151+130+21=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #978215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978215 is #687DEA. Grayscale: #7C7C7C. Windows color (decimal): -6847979 or 1409687. OLE color: 1409687.

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

Color convert

RGB15113021-
CMYK00.140.860.41
HSL50.31º75.58%33.73%-
HSV(B)50.31º86.09%59.22%-
XYZ20.8822.63.97-
YUV123.8569.96147.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=50%
G=43.05%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511302100.140.860.4150.3175.5833.73
Hex9782150E5629324c22
Octal22720225016126516211442
Binary1001011110000010101010111010101101010011100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978215; }

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

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

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

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

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

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

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

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