#97780A

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

Shades of Hacienda #97780A

Tints of Hacienda #97780A

Color information

#97780A (or 0x97780A) is unknown color: approx Hacienda. HEX triplet: 97, 78 and 0A. RGB value is (151,120,10). Sum of RGB (Red+Green+Blue) = 151+120+10=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #97780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97780A is #6887F5. Grayscale: #757575. Windows color (decimal): -6850550 or 686231. OLE color: 686231.

HSL color Cylindrical-coordinate representation of color #97780A: hue angle of 46.81º 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 #97780A is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15112010-
CMYK00.210.930.41
HSL46.81º87.58%31.57%-
HSV(B)46.81º93.38%59.22%-
XYZ19.5320.033.12-
YUV116.7367.77152.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.74%
GREEN value IS 120 (47.27% from 255) = 42.70%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=53.74%
G=42.70%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511201000.210.930.4146.8187.5831.57
Hex9778A0155D292f5820
Octal22717012025135515713040
Binary100101111111000101001010110111011010011011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97780A; }

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

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

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

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

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

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

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

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