#978313

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

Shades of Hacienda #978313

Tints of Hacienda #978313

Color information

#978313 (or 0x978313) is unknown color: approx Hacienda. HEX triplet: 97, 83 and 13. RGB value is (151,131,19). Sum of RGB (Red+Green+Blue) = 151+131+19=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #978313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978313 is #687CEC. Grayscale: #7C7C7C. Windows color (decimal): -6847725 or 1278871. OLE color: 1278871.

HSL color Cylindrical-coordinate representation of color #978313: hue angle of 50.91º 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 #978313 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB15113119-
CMYK00.130.870.41
HSL50.91º77.65%33.33%-
HSV(B)50.91º87.42%59.22%-
XYZ2122.863.92-
YUV124.2168.63147.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.17%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 19 (7.81% from 255) = 6.31%
R=50.17%
G=43.52%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511311900.130.870.4150.9177.6533.33
Hex9783130D5729334e21
Octal22720323015127516311641
Binary1001011110000011100110110110101111010011100111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978313; }

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

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

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

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

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

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

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

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