Shades of Golden Brown #995E13
Tints of Golden Brown #995E13
RGB
CMYK
RGB Variations
Color information
#995E13 (or 0x995E13) is known color: Golden Brown. HEX triplet: 99, 5E and 13. RGB value is (153,94,19). Sum of RGB (Red+Green+Blue) = 153+94+19=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #995E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995E13 is #66A1EC. Grayscale: #676767. Windows color (decimal): -6726125 or 1269401. OLE color: 1269401.
HSL color Cylindrical-coordinate representation of color #995E13: hue angle of 33.58º 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 #995E13 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 94 | 19 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.4 |
| HSL | 33.58º | 0.78% | 0.34% | - |
| HSV(B) | 33.58º | 0.88% | 0.6% | - |
| XYZ | 17.26 | 14.82 | 2.57 | - |
| YUV | 103.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 19 | 0 | 0.39 | 0.88 | 0.4 | 33.58 | 0.78 | 0.34 |
| Hex | 99 | 5E | 13 | 0 | 27 | 58 | 28 | 22 | 4E | 22 |
| Octal | 231 | 136 | 23 | 0 | 47 | 130 | 50 | 42 | 116 | 42 |
| Binary | 10011001 | 1011110 | 10011 | 0 | 100111 | 1011000 | 101000 | 100010 | 1001110 | 100010 |
Color Harmonies of #995E13
Complementary color
Monochromatic Colors of #995E13
Black with #995E13
Text Example
Text Example
White with #995E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E13; }
p { color: rgb(153,94,19); }
H1.HeaderClassName
{
color: #995E13;
}
.AnyTagClassName
{
color: #995E13;
}
</style>
background-color css
<style>
a { background-color: #995E13; }
a { background-color: rgb(153,94,19); }
div.DivClassName
{
background-color: #995E13;
}
.BgClassName
{
background-color: #995E13;
}
</style>
border-color css
<style>
span { border-color: #995E13; }
span { border-color: rgb(153,94,19); }
td.TdClassName
{
border-color: #995E13;
}
.TagClassName
{
border-color: #995E13;
}
</style>