#97800C

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

Shades of Hacienda #97800C

Tints of Hacienda #97800C

Color information

#97800C (or 0x97800C) is unknown color: approx Hacienda. HEX triplet: 97, 80 and 0C. RGB value is (151,128,12). Sum of RGB (Red+Green+Blue) = 151+128+12=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #97800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97800C is #687FF3. Grayscale: #7A7A7A. Windows color (decimal): -6848500 or 819351. OLE color: 819351.

HSL color Cylindrical-coordinate representation of color #97800C: hue angle of 50.07º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97800C is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB15112812-
CMYK00.150.920.41
HSL50.07º85.28%31.96%-
HSV(B)50.07º92.05%59.22%-
XYZ20.5522.043.52-
YUV121.6566.12148.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.89%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=51.89%
G=43.99%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511281200.150.920.4150.0785.2831.96
Hex9780C0F5C29325520
Octal22720014017134516212540
Binary100101111000000011000111110111001010011100101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97800C; }

 p { color: rgb(151,128,12); }

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

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

 a { background-color: rgb(151,128,12); }

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

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

 span { border-color: rgb(151,128,12); }

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