Shades of Saddle Brown #953D06
Tints of Saddle Brown #953D06
RGB
CMYK
RGB Variations
Color information
#953D06 (or 0x953D06) is known color: Saddle Brown. HEX triplet: 95, 3D and 06. RGB value is (149,61,6). Sum of RGB (Red+Green+Blue) = 149+61+6=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #953D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D06 is #6AC2F9. Grayscale: #515151. Windows color (decimal): -6996730 or 408981. OLE color: 408981.
HSL color Cylindrical-coordinate representation of color #953D06: hue angle of 23.08º 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 #953D06 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 6 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.42 |
| HSL | 23.08º | 0.92% | 0.3% | - |
| HSV(B) | 23.08º | 0.96% | 0.58% | - |
| XYZ | 14.1 | 9.74 | 1.31 | - |
| YUV | 81.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 6 | 0 | 0.59 | 0.96 | 0.42 | 23.08 | 0.92 | 0.3 |
| Hex | 95 | 3D | 6 | 0 | 3B | 60 | 2A | 17 | 5C | 1E |
| Octal | 225 | 75 | 6 | 0 | 73 | 140 | 52 | 27 | 134 | 36 |
| Binary | 10010101 | 111101 | 110 | 0 | 111011 | 1100000 | 101010 | 10111 | 1011100 | 11110 |
Color Harmonies of #953D06
Complementary color
Monochromatic Colors of #953D06
Black with #953D06
Text Example
Text Example
White with #953D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D06; }
p { color: rgb(149,61,6); }
H1.HeaderClassName
{
color: #953D06;
}
.AnyTagClassName
{
color: #953D06;
}
</style>
background-color css
<style>
a { background-color: #953D06; }
a { background-color: rgb(149,61,6); }
div.DivClassName
{
background-color: #953D06;
}
.BgClassName
{
background-color: #953D06;
}
</style>
border-color css
<style>
span { border-color: #953D06; }
span { border-color: rgb(149,61,6); }
td.TdClassName
{
border-color: #953D06;
}
.TagClassName
{
border-color: #953D06;
}
</style>