Shades of Saddle Brown #953D0E
Tints of Saddle Brown #953D0E
RGB
CMYK
RGB Variations
Color information
#953D0E (or 0x953D0E) is known color: Saddle Brown. HEX triplet: 95, 3D and 0E. RGB value is (149,61,14). Sum of RGB (Red+Green+Blue) = 149+61+14=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #953D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D0E is #6AC2F1. Grayscale: #525252. Windows color (decimal): -6996722 or 933269. OLE color: 933269.
HSL color Cylindrical-coordinate representation of color #953D0E: hue angle of 20.89º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #953D0E is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 14 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.42 |
| HSL | 20.89º | 0.83% | 0.32% | - |
| HSV(B) | 20.89º | 0.91% | 0.58% | - |
| XYZ | 14.14 | 9.76 | 1.55 | - |
| YUV | 81.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 14 | 0 | 0.59 | 0.91 | 0.42 | 20.89 | 0.83 | 0.32 |
| Hex | 95 | 3D | E | 0 | 3B | 5B | 2A | 15 | 53 | 20 |
| Octal | 225 | 75 | 16 | 0 | 73 | 133 | 52 | 25 | 123 | 40 |
| Binary | 10010101 | 111101 | 1110 | 0 | 111011 | 1011011 | 101010 | 10101 | 1010011 | 100000 |
Color Harmonies of #953D0E
Complementary color
Monochromatic Colors of #953D0E
Black with #953D0E
Text Example
Text Example
White with #953D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D0E; }
p { color: rgb(149,61,14); }
H1.HeaderClassName
{
color: #953D0E;
}
.AnyTagClassName
{
color: #953D0E;
}
</style>
background-color css
<style>
a { background-color: #953D0E; }
a { background-color: rgb(149,61,14); }
div.DivClassName
{
background-color: #953D0E;
}
.BgClassName
{
background-color: #953D0E;
}
</style>
border-color css
<style>
span { border-color: #953D0E; }
span { border-color: rgb(149,61,14); }
td.TdClassName
{
border-color: #953D0E;
}
.TagClassName
{
border-color: #953D0E;
}
</style>