Shades of Hacienda #99830F
Tints of Hacienda #99830F
RGB
CMYK
RGB Variations
Color information
#99830F (or 0x99830F) is known color: Hacienda. HEX triplet: 99, 83 and 0F. RGB value is (153,131,15). Sum of RGB (Red+Green+Blue) = 153+131+15=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99830F is #667CF0. Grayscale: #7C7C7C. Windows color (decimal): -6716657 or 1016729. OLE color: 1016729.
HSL color Cylindrical-coordinate representation of color #99830F: hue angle of 50.43º 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 #99830F is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 15 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.4 |
| HSL | 50.43º | 0.82% | 0.33% | - |
| HSV(B) | 50.43º | 0.9% | 0.6% | - |
| XYZ | 21.34 | 23.04 | 3.77 | - |
| YUV | 124.35 | 66.29 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 15 | 0 | 0.14 | 0.90 | 0.4 | 50.43 | 0.82 | 0.33 |
| Hex | 99 | 83 | F | 0 | E | 5A | 28 | 32 | 52 | 21 |
| Octal | 231 | 203 | 17 | 0 | 16 | 132 | 50 | 62 | 122 | 41 |
| Binary | 10011001 | 10000011 | 1111 | 0 | 1110 | 1011010 | 101000 | 110010 | 1010010 | 100001 |
Color Harmonies of #99830F
Complementary color
Monochromatic Colors of #99830F
Black with #99830F
Text Example
Text Example
White with #99830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99830F; }
p { color: rgb(153,131,15); }
H1.HeaderClassName
{
color: #99830F;
}
.AnyTagClassName
{
color: #99830F;
}
</style>
background-color css
<style>
a { background-color: #99830F; }
a { background-color: rgb(153,131,15); }
div.DivClassName
{
background-color: #99830F;
}
.BgClassName
{
background-color: #99830F;
}
</style>
border-color css
<style>
span { border-color: #99830F; }
span { border-color: rgb(153,131,15); }
td.TdClassName
{
border-color: #99830F;
}
.TagClassName
{
border-color: #99830F;
}
</style>