Shades of Saddle Brown #953E13
Tints of Saddle Brown #953E13
RGB
CMYK
RGB Variations
Color information
#953E13 (or 0x953E13) is known color: Saddle Brown. HEX triplet: 95, 3E and 13. RGB value is (149,62,19). Sum of RGB (Red+Green+Blue) = 149+62+19=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #953E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E13 is #6AC1EC. Grayscale: #535353. Windows color (decimal): -6996461 or 1261205. OLE color: 1261205.
HSL color Cylindrical-coordinate representation of color #953E13: hue angle of 19.85º 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 #953E13 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 62 | 19 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.42 |
| HSL | 19.85º | 0.77% | 0.33% | - |
| HSV(B) | 19.85º | 0.87% | 0.58% | - |
| XYZ | 14.23 | 9.88 | 1.77 | - |
| YUV | 83.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 19 | 0 | 0.58 | 0.87 | 0.42 | 19.85 | 0.77 | 0.33 |
| Hex | 95 | 3E | 13 | 0 | 3A | 57 | 2A | 14 | 4D | 21 |
| Octal | 225 | 76 | 23 | 0 | 72 | 127 | 52 | 24 | 115 | 41 |
| Binary | 10010101 | 111110 | 10011 | 0 | 111010 | 1010111 | 101010 | 10100 | 1001101 | 100001 |
Color Harmonies of #953E13
Complementary color
Monochromatic Colors of #953E13
Black with #953E13
Text Example
Text Example
White with #953E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953E13; }
p { color: rgb(149,62,19); }
H1.HeaderClassName
{
color: #953E13;
}
.AnyTagClassName
{
color: #953E13;
}
</style>
background-color css
<style>
a { background-color: #953E13; }
a { background-color: rgb(149,62,19); }
div.DivClassName
{
background-color: #953E13;
}
.BgClassName
{
background-color: #953E13;
}
</style>
border-color css
<style>
span { border-color: #953E13; }
span { border-color: rgb(149,62,19); }
td.TdClassName
{
border-color: #953E13;
}
.TagClassName
{
border-color: #953E13;
}
</style>