Shades of Golden Brown #995D13
Tints of Golden Brown #995D13
RGB
CMYK
RGB Variations
Color information
#995D13 (or 0x995D13) is known color: Golden Brown. HEX triplet: 99, 5D and 13. RGB value is (153,93,19). Sum of RGB (Red+Green+Blue) = 153+93+19=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #995D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D13 is #66A2EC. Grayscale: #666666. Windows color (decimal): -6726381 or 1269145. OLE color: 1269145.
HSL color Cylindrical-coordinate representation of color #995D13: hue angle of 33.13º 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 #995D13 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 19 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.4 |
| HSL | 33.13º | 0.78% | 0.34% | - |
| HSV(B) | 33.13º | 0.88% | 0.6% | - |
| XYZ | 17.17 | 14.65 | 2.54 | - |
| YUV | 102.5 | 80.88 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 19 | 0 | 0.39 | 0.88 | 0.4 | 33.13 | 0.78 | 0.34 |
| Hex | 99 | 5D | 13 | 0 | 27 | 58 | 28 | 21 | 4E | 22 |
| Octal | 231 | 135 | 23 | 0 | 47 | 130 | 50 | 41 | 116 | 42 |
| Binary | 10011001 | 1011101 | 10011 | 0 | 100111 | 1011000 | 101000 | 100001 | 1001110 | 100010 |
Color Harmonies of #995D13
Complementary color
Monochromatic Colors of #995D13
Black with #995D13
Text Example
Text Example
White with #995D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D13; }
p { color: rgb(153,93,19); }
H1.HeaderClassName
{
color: #995D13;
}
.AnyTagClassName
{
color: #995D13;
}
</style>
background-color css
<style>
a { background-color: #995D13; }
a { background-color: rgb(153,93,19); }
div.DivClassName
{
background-color: #995D13;
}
.BgClassName
{
background-color: #995D13;
}
</style>
border-color css
<style>
span { border-color: #995D13; }
span { border-color: rgb(153,93,19); }
td.TdClassName
{
border-color: #995D13;
}
.TagClassName
{
border-color: #995D13;
}
</style>