Shades of Golden Brown #995513
Tints of Golden Brown #995513
RGB
CMYK
RGB Variations
Color information
#995513 (or 0x995513) is known color: Golden Brown. HEX triplet: 99, 55 and 13. RGB value is (153,85,19). Sum of RGB (Red+Green+Blue) = 153+85+19=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #995513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995513 is #66AAEC. Grayscale: #626262. Windows color (decimal): -6728429 or 1267097. OLE color: 1267097.
HSL color Cylindrical-coordinate representation of color #995513: hue angle of 29.55º degrees, saturation: 0.78, 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 #995513 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 19 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.4 |
| HSL | 29.55º | 0.78% | 0.34% | - |
| HSV(B) | 29.55º | 0.88% | 0.6% | - |
| XYZ | 16.5 | 13.32 | 2.32 | - |
| YUV | 97.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 19 | 0 | 0.44 | 0.88 | 0.4 | 29.55 | 0.78 | 0.34 |
| Hex | 99 | 55 | 13 | 0 | 2C | 58 | 28 | 1E | 4E | 22 |
| Octal | 231 | 125 | 23 | 0 | 54 | 130 | 50 | 36 | 116 | 42 |
| Binary | 10011001 | 1010101 | 10011 | 0 | 101100 | 1011000 | 101000 | 11110 | 1001110 | 100010 |
Color Harmonies of #995513
Complementary color
Monochromatic Colors of #995513
Black with #995513
Text Example
Text Example
White with #995513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995513; }
p { color: rgb(153,85,19); }
H1.HeaderClassName
{
color: #995513;
}
.AnyTagClassName
{
color: #995513;
}
</style>
background-color css
<style>
a { background-color: #995513; }
a { background-color: rgb(153,85,19); }
div.DivClassName
{
background-color: #995513;
}
.BgClassName
{
background-color: #995513;
}
</style>
border-color css
<style>
span { border-color: #995513; }
span { border-color: rgb(153,85,19); }
td.TdClassName
{
border-color: #995513;
}
.TagClassName
{
border-color: #995513;
}
</style>