Shades of Golden Brown #995D19
Tints of Golden Brown #995D19
RGB
CMYK
RGB Variations
Color information
#995D19 (or 0x995D19) is known color: Golden Brown. HEX triplet: 99, 5D and 19. RGB value is (153,93,25). Sum of RGB (Red+Green+Blue) = 153+93+25=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #995D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D19 is #66A2E6. Grayscale: #676767. Windows color (decimal): -6726375 or 1662361. OLE color: 1662361.
HSL color Cylindrical-coordinate representation of color #995D19: hue angle of 31.88º 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 #995D19 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 25 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.4 |
| HSL | 31.88º | 0.72% | 0.35% | - |
| HSV(B) | 31.88º | 0.84% | 0.6% | - |
| XYZ | 17.23 | 14.67 | 2.84 | - |
| YUV | 103.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 25 | 0 | 0.39 | 0.84 | 0.4 | 31.88 | 0.72 | 0.35 |
| Hex | 99 | 5D | 19 | 0 | 27 | 54 | 28 | 20 | 48 | 23 |
| Octal | 231 | 135 | 31 | 0 | 47 | 124 | 50 | 40 | 110 | 43 |
| Binary | 10011001 | 1011101 | 11001 | 0 | 100111 | 1010100 | 101000 | 100000 | 1001000 | 100011 |
Color Harmonies of #995D19
Complementary color
Monochromatic Colors of #995D19
Black with #995D19
Text Example
Text Example
White with #995D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D19; }
p { color: rgb(153,93,25); }
H1.HeaderClassName
{
color: #995D19;
}
.AnyTagClassName
{
color: #995D19;
}
</style>
background-color css
<style>
a { background-color: #995D19; }
a { background-color: rgb(153,93,25); }
div.DivClassName
{
background-color: #995D19;
}
.BgClassName
{
background-color: #995D19;
}
</style>
border-color css
<style>
span { border-color: #995D19; }
span { border-color: rgb(153,93,25); }
td.TdClassName
{
border-color: #995D19;
}
.TagClassName
{
border-color: #995D19;
}
</style>