#977F0A

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

Shades of Hacienda #977F0A

Tints of Hacienda #977F0A

Color information

#977F0A (or 0x977F0A) is unknown color: approx Hacienda. HEX triplet: 97, 7F and 0A. RGB value is (151,127,10). Sum of RGB (Red+Green+Blue) = 151+127+10=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #977F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977F0A is #6880F5. Grayscale: #797979. Windows color (decimal): -6848758 or 688023. OLE color: 688023.

HSL color Cylindrical-coordinate representation of color #977F0A: hue angle of 49.79º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #977F0A is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15112710-
CMYK00.160.930.41
HSL49.79º87.58%31.57%-
HSV(B)49.79º93.38%59.22%-
XYZ20.4121.783.42-
YUV120.8465.45149.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.43%
GREEN value IS 127 (50% from 255) = 44.10%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=52.43%
G=44.10%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511271000.160.930.4149.7987.5831.57
Hex977FA0105D29325820
Octal22717712020135516213040
Binary100101111111111101001000010111011010011100101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,127,10); }

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

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

 a { background-color: rgb(151,127,10); }

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

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

 span { border-color: rgb(151,127,10); }

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