Shades of Hacienda #99841C
Tints of Hacienda #99841C
RGB
CMYK
RGB Variations
Color information
#99841C (or 0x99841C) is known color: Hacienda. HEX triplet: 99, 84 and 1C. RGB value is (153,132,28). Sum of RGB (Red+Green+Blue) = 153+132+28=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99841C is #667BE3. Grayscale: #7E7E7E. Windows color (decimal): -6716388 or 1868953. OLE color: 1868953.
HSL color Cylindrical-coordinate representation of color #99841C: hue angle of 49.92º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99841C is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 28 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.4 |
| HSL | 49.92º | 0.69% | 0.35% | - |
| HSV(B) | 49.92º | 0.82% | 0.6% | - |
| XYZ | 21.6 | 23.36 | 4.47 | - |
| YUV | 126.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 28 | 0 | 0.14 | 0.82 | 0.4 | 49.92 | 0.69 | 0.35 |
| Hex | 99 | 84 | 1C | 0 | E | 52 | 28 | 32 | 45 | 23 |
| Octal | 231 | 204 | 34 | 0 | 16 | 122 | 50 | 62 | 105 | 43 |
| Binary | 10011001 | 10000100 | 11100 | 0 | 1110 | 1010010 | 101000 | 110010 | 1000101 | 100011 |
Color Harmonies of #99841C
Complementary color
Monochromatic Colors of #99841C
Black with #99841C
Text Example
Text Example
White with #99841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99841C; }
p { color: rgb(153,132,28); }
H1.HeaderClassName
{
color: #99841C;
}
.AnyTagClassName
{
color: #99841C;
}
</style>
background-color css
<style>
a { background-color: #99841C; }
a { background-color: rgb(153,132,28); }
div.DivClassName
{
background-color: #99841C;
}
.BgClassName
{
background-color: #99841C;
}
</style>
border-color css
<style>
span { border-color: #99841C; }
span { border-color: rgb(153,132,28); }
td.TdClassName
{
border-color: #99841C;
}
.TagClassName
{
border-color: #99841C;
}
</style>