Shades of Saddle Brown #953713
Tints of Saddle Brown #953713
RGB
CMYK
RGB Variations
Color information
#953713 (or 0x953713) is known color: Saddle Brown. HEX triplet: 95, 37 and 13. RGB value is (149,55,19). Sum of RGB (Red+Green+Blue) = 149+55+19=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #953713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953713 is #6AC8EC. Grayscale: #4F4F4F. Windows color (decimal): -6998253 or 1259413. OLE color: 1259413.
HSL color Cylindrical-coordinate representation of color #953713: hue angle of 16.62º 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 #953713 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 19 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.42 |
| HSL | 16.62º | 0.77% | 0.33% | - |
| HSV(B) | 16.62º | 0.87% | 0.58% | - |
| XYZ | 13.88 | 9.17 | 1.65 | - |
| YUV | 79 | 94.14 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 19 | 0 | 0.63 | 0.87 | 0.42 | 16.62 | 0.77 | 0.33 |
| Hex | 95 | 37 | 13 | 0 | 3F | 57 | 2A | 11 | 4D | 21 |
| Octal | 225 | 67 | 23 | 0 | 77 | 127 | 52 | 21 | 115 | 41 |
| Binary | 10010101 | 110111 | 10011 | 0 | 111111 | 1010111 | 101010 | 10001 | 1001101 | 100001 |
Color Harmonies of #953713
Complementary color
Monochromatic Colors of #953713
Black with #953713
Text Example
Text Example
White with #953713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953713; }
p { color: rgb(149,55,19); }
H1.HeaderClassName
{
color: #953713;
}
.AnyTagClassName
{
color: #953713;
}
</style>
background-color css
<style>
a { background-color: #953713; }
a { background-color: rgb(149,55,19); }
div.DivClassName
{
background-color: #953713;
}
.BgClassName
{
background-color: #953713;
}
</style>
border-color css
<style>
span { border-color: #953713; }
span { border-color: rgb(149,55,19); }
td.TdClassName
{
border-color: #953713;
}
.TagClassName
{
border-color: #953713;
}
</style>