Shades of Saddle Brown #953406
Tints of Saddle Brown #953406
RGB
CMYK
RGB Variations
Color information
#953406 (or 0x953406) is known color: Saddle Brown. HEX triplet: 95, 34 and 06. RGB value is (149,52,6). Sum of RGB (Red+Green+Blue) = 149+52+6=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #953406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953406 is #6ACBF9. Grayscale: #4C4C4C. Windows color (decimal): -6999034 or 406677. OLE color: 406677.
HSL color Cylindrical-coordinate representation of color #953406: hue angle of 19.3º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #953406 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 6 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.42 |
| HSL | 19.3º | 0.92% | 0.3% | - |
| HSV(B) | 19.3º | 0.96% | 0.58% | - |
| XYZ | 13.66 | 8.86 | 1.16 | - |
| YUV | 75.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 6 | 0 | 0.65 | 0.96 | 0.42 | 19.3 | 0.92 | 0.3 |
| Hex | 95 | 34 | 6 | 0 | 41 | 60 | 2A | 13 | 5C | 1E |
| Octal | 225 | 64 | 6 | 0 | 101 | 140 | 52 | 23 | 134 | 36 |
| Binary | 10010101 | 110100 | 110 | 0 | 1000001 | 1100000 | 101010 | 10011 | 1011100 | 11110 |
Color Harmonies of #953406
Complementary color
Monochromatic Colors of #953406
Black with #953406
Text Example
Text Example
White with #953406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953406; }
p { color: rgb(149,52,6); }
H1.HeaderClassName
{
color: #953406;
}
.AnyTagClassName
{
color: #953406;
}
</style>
background-color css
<style>
a { background-color: #953406; }
a { background-color: rgb(149,52,6); }
div.DivClassName
{
background-color: #953406;
}
.BgClassName
{
background-color: #953406;
}
</style>
border-color css
<style>
span { border-color: #953406; }
span { border-color: rgb(149,52,6); }
td.TdClassName
{
border-color: #953406;
}
.TagClassName
{
border-color: #953406;
}
</style>