Shades of Saddle Brown #995100
Tints of Saddle Brown #995100
RGB
CMYK
RGB Variations
Color information
#995100 (or 0x995100) is known color: Saddle Brown. HEX triplet: 99, 51 and 00. RGB value is (153,81,0). Sum of RGB (Red+Green+Blue) = 153+81+0=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #995100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995100 is #66AEFF. Grayscale: #5D5D5D. Windows color (decimal): -6729472 or 20889. OLE color: 20889.
HSL color Cylindrical-coordinate representation of color #995100: hue angle of 31.76º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #995100 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.4 |
| HSL | 31.76º | 1% | 0.3% | - |
| HSV(B) | 31.76º | 1% | 0.6% | - |
| XYZ | 16.08 | 12.66 | 1.6 | - |
| YUV | 93.29 | 75.35 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 0 | 0 | 0.47 | 1 | 0.4 | 31.76 | 1 | 0.3 |
| Hex | 99 | 51 | 0 | 0 | 2F | 64 | 28 | 20 | 64 | 1E |
| Octal | 231 | 121 | 0 | 0 | 57 | 144 | 50 | 40 | 144 | 36 |
| Binary | 10011001 | 1010001 | 0 | 0 | 101111 | 1100100 | 101000 | 100000 | 1100100 | 11110 |
Color Harmonies of #995100
Complementary color
Monochromatic Colors of #995100
Black with #995100
Text Example
Text Example
White with #995100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995100; }
p { color: rgb(153,81,0); }
H1.HeaderClassName
{
color: #995100;
}
.AnyTagClassName
{
color: #995100;
}
</style>
background-color css
<style>
a { background-color: #995100; }
a { background-color: rgb(153,81,0); }
div.DivClassName
{
background-color: #995100;
}
.BgClassName
{
background-color: #995100;
}
</style>
border-color css
<style>
span { border-color: #995100; }
span { border-color: rgb(153,81,0); }
td.TdClassName
{
border-color: #995100;
}
.TagClassName
{
border-color: #995100;
}
</style>