#97800B

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

Shades of Hacienda #97800B

Tints of Hacienda #97800B

Color information

#97800B (or 0x97800B) is unknown color: approx Hacienda. HEX triplet: 97, 80 and 0B. RGB value is (151,128,11). Sum of RGB (Red+Green+Blue) = 151+128+11=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #97800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97800B is #687FF4. Grayscale: #7A7A7A. Windows color (decimal): -6848501 or 753815. OLE color: 753815.

HSL color Cylindrical-coordinate representation of color #97800B: hue angle of 50.14º degrees, saturation: 0.86, 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 #97800B is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15112811-
CMYK00.150.930.41
HSL50.14º86.42%31.76%-
HSV(B)50.14º92.72%59.22%-
XYZ20.5422.043.49-
YUV121.5465.62149.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.07%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 11 (4.69% from 255) = 3.79%
R=52.07%
G=44.14%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511281100.150.930.4150.1486.4231.76
Hex9780B0F5D29325620
Octal22720013017135516212640
Binary100101111000000010110111110111011010011100101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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