Shades of Hacienda #99820F
Tints of Hacienda #99820F
RGB
CMYK
RGB Variations
Color information
#99820F (or 0x99820F) is known color: Hacienda. HEX triplet: 99, 82 and 0F. RGB value is (153,130,15). Sum of RGB (Red+Green+Blue) = 153+130+15=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99820F is #667DF0. Grayscale: #7C7C7C. Windows color (decimal): -6716913 or 1016473. OLE color: 1016473.
HSL color Cylindrical-coordinate representation of color #99820F: hue angle of 50º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99820F is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 15 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.4 |
| HSL | 50º | 0.82% | 0.33% | - |
| HSV(B) | 50º | 0.9% | 0.6% | - |
| XYZ | 21.21 | 22.77 | 3.73 | - |
| YUV | 123.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 15 | 0 | 0.15 | 0.90 | 0.4 | 50 | 0.82 | 0.33 |
| Hex | 99 | 82 | F | 0 | F | 5A | 28 | 32 | 52 | 21 |
| Octal | 231 | 202 | 17 | 0 | 17 | 132 | 50 | 62 | 122 | 41 |
| Binary | 10011001 | 10000010 | 1111 | 0 | 1111 | 1011010 | 101000 | 110010 | 1010010 | 100001 |
Color Harmonies of #99820F
Complementary color
Monochromatic Colors of #99820F
Black with #99820F
Text Example
Text Example
White with #99820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99820F; }
p { color: rgb(153,130,15); }
H1.HeaderClassName
{
color: #99820F;
}
.AnyTagClassName
{
color: #99820F;
}
</style>
background-color css
<style>
a { background-color: #99820F; }
a { background-color: rgb(153,130,15); }
div.DivClassName
{
background-color: #99820F;
}
.BgClassName
{
background-color: #99820F;
}
</style>
border-color css
<style>
span { border-color: #99820F; }
span { border-color: rgb(153,130,15); }
td.TdClassName
{
border-color: #99820F;
}
.TagClassName
{
border-color: #99820F;
}
</style>