Shades of Golden Brown #995D0B
Tints of Golden Brown #995D0B
RGB
CMYK
RGB Variations
Color information
#995D0B (or 0x995D0B) is known color: Golden Brown. HEX triplet: 99, 5D and 0B. RGB value is (153,93,11). Sum of RGB (Red+Green+Blue) = 153+93+11=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #995D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D0B is #66A2F4. Grayscale: #656565. Windows color (decimal): -6726389 or 744857. OLE color: 744857.
HSL color Cylindrical-coordinate representation of color #995D0B: hue angle of 34.65º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #995D0B is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 11 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.4 |
| HSL | 34.65º | 0.87% | 0.32% | - |
| HSV(B) | 34.65º | 0.93% | 0.6% | - |
| XYZ | 17.11 | 14.63 | 2.24 | - |
| YUV | 101.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 11 | 0 | 0.39 | 0.93 | 0.4 | 34.65 | 0.87 | 0.32 |
| Hex | 99 | 5D | B | 0 | 27 | 5D | 28 | 23 | 57 | 20 |
| Octal | 231 | 135 | 13 | 0 | 47 | 135 | 50 | 43 | 127 | 40 |
| Binary | 10011001 | 1011101 | 1011 | 0 | 100111 | 1011101 | 101000 | 100011 | 1010111 | 100000 |
Color Harmonies of #995D0B
Complementary color
Monochromatic Colors of #995D0B
Black with #995D0B
Text Example
Text Example
White with #995D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D0B; }
p { color: rgb(153,93,11); }
H1.HeaderClassName
{
color: #995D0B;
}
.AnyTagClassName
{
color: #995D0B;
}
</style>
background-color css
<style>
a { background-color: #995D0B; }
a { background-color: rgb(153,93,11); }
div.DivClassName
{
background-color: #995D0B;
}
.BgClassName
{
background-color: #995D0B;
}
</style>
border-color css
<style>
span { border-color: #995D0B; }
span { border-color: rgb(153,93,11); }
td.TdClassName
{
border-color: #995D0B;
}
.TagClassName
{
border-color: #995D0B;
}
</style>