Shades of Saddle Brown #953A0E
Tints of Saddle Brown #953A0E
RGB
CMYK
RGB Variations
Color information
#953A0E (or 0x953A0E) is known color: Saddle Brown. HEX triplet: 95, 3A and 0E. RGB value is (149,58,14). Sum of RGB (Red+Green+Blue) = 149+58+14=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #953A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A0E is #6AC5F1. Grayscale: #505050. Windows color (decimal): -6997490 or 932501. OLE color: 932501.
HSL color Cylindrical-coordinate representation of color #953A0E: hue angle of 19.56º 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 #953A0E is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 14 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.42 |
| HSL | 19.56º | 0.83% | 0.32% | - |
| HSV(B) | 19.56º | 0.91% | 0.58% | - |
| XYZ | 13.99 | 9.45 | 1.5 | - |
| YUV | 80.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 14 | 0 | 0.61 | 0.91 | 0.42 | 19.56 | 0.83 | 0.32 |
| Hex | 95 | 3A | E | 0 | 3D | 5B | 2A | 14 | 53 | 20 |
| Octal | 225 | 72 | 16 | 0 | 75 | 133 | 52 | 24 | 123 | 40 |
| Binary | 10010101 | 111010 | 1110 | 0 | 111101 | 1011011 | 101010 | 10100 | 1010011 | 100000 |
Color Harmonies of #953A0E
Complementary color
Monochromatic Colors of #953A0E
Black with #953A0E
Text Example
Text Example
White with #953A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A0E; }
p { color: rgb(149,58,14); }
H1.HeaderClassName
{
color: #953A0E;
}
.AnyTagClassName
{
color: #953A0E;
}
</style>
background-color css
<style>
a { background-color: #953A0E; }
a { background-color: rgb(149,58,14); }
div.DivClassName
{
background-color: #953A0E;
}
.BgClassName
{
background-color: #953A0E;
}
</style>
border-color css
<style>
span { border-color: #953A0E; }
span { border-color: rgb(149,58,14); }
td.TdClassName
{
border-color: #953A0E;
}
.TagClassName
{
border-color: #953A0E;
}
</style>