Shades of Saddle Brown #953B13
Tints of Saddle Brown #953B13
RGB
CMYK
RGB Variations
Color information
#953B13 (or 0x953B13) is known color: Saddle Brown. HEX triplet: 95, 3B and 13. RGB value is (149,59,19). Sum of RGB (Red+Green+Blue) = 149+59+19=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #953B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953B13 is #6AC4EC. Grayscale: #515151. Windows color (decimal): -6997229 or 1260437. OLE color: 1260437.
HSL color Cylindrical-coordinate representation of color #953B13: hue angle of 18.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #953B13 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 19 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.42 |
| HSL | 18.46º | 0.77% | 0.33% | - |
| HSV(B) | 18.46º | 0.87% | 0.58% | - |
| XYZ | 14.08 | 9.56 | 1.72 | - |
| YUV | 81.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 19 | 0 | 0.60 | 0.87 | 0.42 | 18.46 | 0.77 | 0.33 |
| Hex | 95 | 3B | 13 | 0 | 3C | 57 | 2A | 12 | 4D | 21 |
| Octal | 225 | 73 | 23 | 0 | 74 | 127 | 52 | 22 | 115 | 41 |
| Binary | 10010101 | 111011 | 10011 | 0 | 111100 | 1010111 | 101010 | 10010 | 1001101 | 100001 |
Color Harmonies of #953B13
Complementary color
Monochromatic Colors of #953B13
Black with #953B13
Text Example
Text Example
White with #953B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B13; }
p { color: rgb(149,59,19); }
H1.HeaderClassName
{
color: #953B13;
}
.AnyTagClassName
{
color: #953B13;
}
</style>
background-color css
<style>
a { background-color: #953B13; }
a { background-color: rgb(149,59,19); }
div.DivClassName
{
background-color: #953B13;
}
.BgClassName
{
background-color: #953B13;
}
</style>
border-color css
<style>
span { border-color: #953B13; }
span { border-color: rgb(149,59,19); }
td.TdClassName
{
border-color: #953B13;
}
.TagClassName
{
border-color: #953B13;
}
</style>