Shades of Golden Brown #995512
Tints of Golden Brown #995512
RGB
CMYK
RGB Variations
Color information
#995512 (or 0x995512) is known color: Golden Brown. HEX triplet: 99, 55 and 12. RGB value is (153,85,18). Sum of RGB (Red+Green+Blue) = 153+85+18=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #995512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995512 is #66AAED. Grayscale: #626262. Windows color (decimal): -6728430 or 1201561. OLE color: 1201561.
HSL color Cylindrical-coordinate representation of color #995512: hue angle of 29.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #995512 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 18 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.4 |
| HSL | 29.78º | 0.79% | 0.34% | - |
| HSV(B) | 29.78º | 0.88% | 0.6% | - |
| XYZ | 16.49 | 13.31 | 2.27 | - |
| YUV | 97.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 18 | 0 | 0.44 | 0.88 | 0.4 | 29.78 | 0.79 | 0.34 |
| Hex | 99 | 55 | 12 | 0 | 2C | 58 | 28 | 1E | 4F | 22 |
| Octal | 231 | 125 | 22 | 0 | 54 | 130 | 50 | 36 | 117 | 42 |
| Binary | 10011001 | 1010101 | 10010 | 0 | 101100 | 1011000 | 101000 | 11110 | 1001111 | 100010 |
Color Harmonies of #995512
Complementary color
Monochromatic Colors of #995512
Black with #995512
Text Example
Text Example
White with #995512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995512; }
p { color: rgb(153,85,18); }
H1.HeaderClassName
{
color: #995512;
}
.AnyTagClassName
{
color: #995512;
}
</style>
background-color css
<style>
a { background-color: #995512; }
a { background-color: rgb(153,85,18); }
div.DivClassName
{
background-color: #995512;
}
.BgClassName
{
background-color: #995512;
}
</style>
border-color css
<style>
span { border-color: #995512; }
span { border-color: rgb(153,85,18); }
td.TdClassName
{
border-color: #995512;
}
.TagClassName
{
border-color: #995512;
}
</style>