Shades of Hacienda #99731D
Tints of Hacienda #99731D
RGB
CMYK
RGB Variations
Color information
#99731D (or 0x99731D) is known color: Hacienda. HEX triplet: 99, 73 and 1D. RGB value is (153,115,29). Sum of RGB (Red+Green+Blue) = 153+115+29=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99731D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99731D is #668CE2. Grayscale: #747474. Windows color (decimal): -6720739 or 1930137. OLE color: 1930137.
HSL color Cylindrical-coordinate representation of color #99731D: hue angle of 41.61º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99731D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 29 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.4 |
| HSL | 41.61º | 0.68% | 0.36% | - |
| HSV(B) | 41.61º | 0.81% | 0.6% | - |
| XYZ | 19.49 | 19.12 | 3.83 | - |
| YUV | 116.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 29 | 0 | 0.25 | 0.81 | 0.4 | 41.61 | 0.68 | 0.36 |
| Hex | 99 | 73 | 1D | 0 | 19 | 51 | 28 | 2A | 44 | 24 |
| Octal | 231 | 163 | 35 | 0 | 31 | 121 | 50 | 52 | 104 | 44 |
| Binary | 10011001 | 1110011 | 11101 | 0 | 11001 | 1010001 | 101000 | 101010 | 1000100 | 100100 |
Color Harmonies of #99731D
Complementary color
Monochromatic Colors of #99731D
Black with #99731D
Text Example
Text Example
White with #99731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99731D; }
p { color: rgb(153,115,29); }
H1.HeaderClassName
{
color: #99731D;
}
.AnyTagClassName
{
color: #99731D;
}
</style>
background-color css
<style>
a { background-color: #99731D; }
a { background-color: rgb(153,115,29); }
div.DivClassName
{
background-color: #99731D;
}
.BgClassName
{
background-color: #99731D;
}
</style>
border-color css
<style>
span { border-color: #99731D; }
span { border-color: rgb(153,115,29); }
td.TdClassName
{
border-color: #99731D;
}
.TagClassName
{
border-color: #99731D;
}
</style>