Shades of Saddle Brown #955210
Tints of Saddle Brown #955210
RGB
CMYK
RGB Variations
Color information
#955210 (or 0x955210) is known color: Saddle Brown. HEX triplet: 95, 52 and 10. RGB value is (149,82,16). Sum of RGB (Red+Green+Blue) = 149+82+16=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #955210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955210 is #6AADEF. Grayscale: #5E5E5E. Windows color (decimal): -6991344 or 1069717. OLE color: 1069717.
HSL color Cylindrical-coordinate representation of color #955210: hue angle of 29.77º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #955210 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 16 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.42 |
| HSL | 29.77º | 0.81% | 0.32% | - |
| HSV(B) | 29.77º | 0.89% | 0.58% | - |
| XYZ | 15.51 | 12.46 | 2.08 | - |
| YUV | 94.51 | 83.7 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 16 | 0 | 0.45 | 0.89 | 0.42 | 29.77 | 0.81 | 0.32 |
| Hex | 95 | 52 | 10 | 0 | 2D | 59 | 2A | 1E | 51 | 20 |
| Octal | 225 | 122 | 20 | 0 | 55 | 131 | 52 | 36 | 121 | 40 |
| Binary | 10010101 | 1010010 | 10000 | 0 | 101101 | 1011001 | 101010 | 11110 | 1010001 | 100000 |
Color Harmonies of #955210
Complementary color
Monochromatic Colors of #955210
Black with #955210
Text Example
Text Example
White with #955210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955210; }
p { color: rgb(149,82,16); }
H1.HeaderClassName
{
color: #955210;
}
.AnyTagClassName
{
color: #955210;
}
</style>
background-color css
<style>
a { background-color: #955210; }
a { background-color: rgb(149,82,16); }
div.DivClassName
{
background-color: #955210;
}
.BgClassName
{
background-color: #955210;
}
</style>
border-color css
<style>
span { border-color: #955210; }
span { border-color: rgb(149,82,16); }
td.TdClassName
{
border-color: #955210;
}
.TagClassName
{
border-color: #955210;
}
</style>