Shades of Golden Brown #995A13
Tints of Golden Brown #995A13
RGB
CMYK
RGB Variations
Color information
#995A13 (or 0x995A13) is known color: Golden Brown. HEX triplet: 99, 5A and 13. RGB value is (153,90,19). Sum of RGB (Red+Green+Blue) = 153+90+19=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #995A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995A13 is #66A5EC. Grayscale: #656565. Windows color (decimal): -6727149 or 1268377. OLE color: 1268377.
HSL color Cylindrical-coordinate representation of color #995A13: hue angle of 31.79º 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 #995A13 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 19 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.4 |
| HSL | 31.79º | 0.78% | 0.34% | - |
| HSV(B) | 31.79º | 0.88% | 0.6% | - |
| XYZ | 16.91 | 14.13 | 2.45 | - |
| YUV | 100.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 19 | 0 | 0.41 | 0.88 | 0.4 | 31.79 | 0.78 | 0.34 |
| Hex | 99 | 5A | 13 | 0 | 29 | 58 | 28 | 20 | 4E | 22 |
| Octal | 231 | 132 | 23 | 0 | 51 | 130 | 50 | 40 | 116 | 42 |
| Binary | 10011001 | 1011010 | 10011 | 0 | 101001 | 1011000 | 101000 | 100000 | 1001110 | 100010 |
Color Harmonies of #995A13
Complementary color
Monochromatic Colors of #995A13
Black with #995A13
Text Example
Text Example
White with #995A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A13; }
p { color: rgb(153,90,19); }
H1.HeaderClassName
{
color: #995A13;
}
.AnyTagClassName
{
color: #995A13;
}
</style>
background-color css
<style>
a { background-color: #995A13; }
a { background-color: rgb(153,90,19); }
div.DivClassName
{
background-color: #995A13;
}
.BgClassName
{
background-color: #995A13;
}
</style>
border-color css
<style>
span { border-color: #995A13; }
span { border-color: rgb(153,90,19); }
td.TdClassName
{
border-color: #995A13;
}
.TagClassName
{
border-color: #995A13;
}
</style>