#977C1A

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

Shades of Hacienda #977C1A

Tints of Hacienda #977C1A

Color information

#977C1A (or 0x977C1A) is unknown color: approx Hacienda. HEX triplet: 97, 7C and 1A. RGB value is (151,124,26). Sum of RGB (Red+Green+Blue) = 151+124+26=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #977C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C1A is #6883E5. Grayscale: #797979. Windows color (decimal): -6849510 or 1735831. OLE color: 1735831.

HSL color Cylindrical-coordinate representation of color #977C1A: hue angle of 47.04º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #977C1A is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15112426-
CMYK00.180.830.41
HSL47.04º70.62%34.71%-
HSV(B)47.04º82.78%59.22%-
XYZ20.1621.073.98-
YUV120.974.45149.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.17%
GREEN value IS 124 (48.83% from 255) = 41.20%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=50.17%
G=41.20%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511242600.180.830.4147.0470.6234.71
Hex977C1A01253292f4723
Octal22717432022123515710743
Binary1001011111111001101001001010100111010011011111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977C1A; }

 p { color: rgb(151,124,26); }

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

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

 a { background-color: rgb(151,124,26); }

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

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

 span { border-color: rgb(151,124,26); }

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