Shades of Saddle Brown #953D05
Tints of Saddle Brown #953D05
RGB
CMYK
RGB Variations
Color information
#953D05 (or 0x953D05) is known color: Saddle Brown. HEX triplet: 95, 3D and 05. RGB value is (149,61,5). Sum of RGB (Red+Green+Blue) = 149+61+5=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #953D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D05 is #6AC2FA. Grayscale: #515151. Windows color (decimal): -6996731 or 343445. OLE color: 343445.
HSL color Cylindrical-coordinate representation of color #953D05: hue angle of 23.33º 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 #953D05 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.42 |
| HSL | 23.33º | 0.94% | 0.3% | - |
| HSV(B) | 23.33º | 0.97% | 0.58% | - |
| XYZ | 14.09 | 9.74 | 1.28 | - |
| YUV | 80.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 5 | 0 | 0.59 | 0.97 | 0.42 | 23.33 | 0.94 | 0.3 |
| Hex | 95 | 3D | 5 | 0 | 3B | 61 | 2A | 17 | 5E | 1E |
| Octal | 225 | 75 | 5 | 0 | 73 | 141 | 52 | 27 | 136 | 36 |
| Binary | 10010101 | 111101 | 101 | 0 | 111011 | 1100001 | 101010 | 10111 | 1011110 | 11110 |
Color Harmonies of #953D05
Complementary color
Monochromatic Colors of #953D05
Black with #953D05
Text Example
Text Example
White with #953D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D05; }
p { color: rgb(149,61,5); }
H1.HeaderClassName
{
color: #953D05;
}
.AnyTagClassName
{
color: #953D05;
}
</style>
background-color css
<style>
a { background-color: #953D05; }
a { background-color: rgb(149,61,5); }
div.DivClassName
{
background-color: #953D05;
}
.BgClassName
{
background-color: #953D05;
}
</style>
border-color css
<style>
span { border-color: #953D05; }
span { border-color: rgb(149,61,5); }
td.TdClassName
{
border-color: #953D05;
}
.TagClassName
{
border-color: #953D05;
}
</style>