Shades of Saddle Brown #953605
Tints of Saddle Brown #953605
RGB
CMYK
RGB Variations
Color information
#953605 (or 0x953605) is known color: Saddle Brown. HEX triplet: 95, 36 and 05. RGB value is (149,54,5). Sum of RGB (Red+Green+Blue) = 149+54+5=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #953605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953605 is #6AC9FA. Grayscale: #4D4D4D. Windows color (decimal): -6998523 or 341653. OLE color: 341653.
HSL color Cylindrical-coordinate representation of color #953605: hue angle of 20.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #953605 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.42 |
| HSL | 20.42º | 0.94% | 0.3% | - |
| HSV(B) | 20.42º | 0.97% | 0.58% | - |
| XYZ | 13.74 | 9.04 | 1.16 | - |
| YUV | 76.82 | 87.47 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 5 | 0 | 0.64 | 0.97 | 0.42 | 20.42 | 0.94 | 0.3 |
| Hex | 95 | 36 | 5 | 0 | 40 | 61 | 2A | 14 | 5E | 1E |
| Octal | 225 | 66 | 5 | 0 | 100 | 141 | 52 | 24 | 136 | 36 |
| Binary | 10010101 | 110110 | 101 | 0 | 1000000 | 1100001 | 101010 | 10100 | 1011110 | 11110 |
Color Harmonies of #953605
Complementary color
Monochromatic Colors of #953605
Black with #953605
Text Example
Text Example
White with #953605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953605; }
p { color: rgb(149,54,5); }
H1.HeaderClassName
{
color: #953605;
}
.AnyTagClassName
{
color: #953605;
}
</style>
background-color css
<style>
a { background-color: #953605; }
a { background-color: rgb(149,54,5); }
div.DivClassName
{
background-color: #953605;
}
.BgClassName
{
background-color: #953605;
}
</style>
border-color css
<style>
span { border-color: #953605; }
span { border-color: rgb(149,54,5); }
td.TdClassName
{
border-color: #953605;
}
.TagClassName
{
border-color: #953605;
}
</style>