Shades of Golden Brown #995919
Tints of Golden Brown #995919
RGB
CMYK
RGB Variations
Color information
#995919 (or 0x995919) is known color: Golden Brown. HEX triplet: 99, 59 and 19. RGB value is (153,89,25). Sum of RGB (Red+Green+Blue) = 153+89+25=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #995919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995919 is #66A6E6. Grayscale: #656565. Windows color (decimal): -6727399 or 1661337. OLE color: 1661337.
HSL color Cylindrical-coordinate representation of color #995919: hue angle of 30º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #995919 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 25 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.4 |
| HSL | 30º | 0.72% | 0.35% | - |
| HSV(B) | 30º | 0.84% | 0.6% | - |
| XYZ | 16.88 | 13.99 | 2.73 | - |
| YUV | 100.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 25 | 0 | 0.42 | 0.84 | 0.4 | 30 | 0.72 | 0.35 |
| Hex | 99 | 59 | 19 | 0 | 2A | 54 | 28 | 1E | 48 | 23 |
| Octal | 231 | 131 | 31 | 0 | 52 | 124 | 50 | 36 | 110 | 43 |
| Binary | 10011001 | 1011001 | 11001 | 0 | 101010 | 1010100 | 101000 | 11110 | 1001000 | 100011 |
Color Harmonies of #995919
Complementary color
Monochromatic Colors of #995919
Black with #995919
Text Example
Text Example
White with #995919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995919; }
p { color: rgb(153,89,25); }
H1.HeaderClassName
{
color: #995919;
}
.AnyTagClassName
{
color: #995919;
}
</style>
background-color css
<style>
a { background-color: #995919; }
a { background-color: rgb(153,89,25); }
div.DivClassName
{
background-color: #995919;
}
.BgClassName
{
background-color: #995919;
}
</style>
border-color css
<style>
span { border-color: #995919; }
span { border-color: rgb(153,89,25); }
td.TdClassName
{
border-color: #995919;
}
.TagClassName
{
border-color: #995919;
}
</style>