#97840A

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

Shades of Hacienda #97840A

Tints of Hacienda #97840A

Color information

#97840A (or 0x97840A) is unknown color: approx Hacienda. HEX triplet: 97, 84 and 0A. RGB value is (151,132,10). Sum of RGB (Red+Green+Blue) = 151+132+10=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #97840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97840A is #687BF5. Grayscale: #7C7C7C. Windows color (decimal): -6847478 or 689303. OLE color: 689303.

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

Color convert

RGB15113210-
CMYK00.130.930.41
HSL51.91º87.58%31.57%-
HSV(B)51.91º93.38%59.22%-
XYZ21.0723.13.64-
YUV123.7763.79147.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.54%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 10 (4.30% from 255) = 3.41%
R=51.54%
G=45.05%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511321000.130.930.4151.9187.5831.57
Hex9784A0D5D29345820
Octal22720412015135516413040
Binary100101111000010010100110110111011010011101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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