Shades of Saddle Brown #953A0C
Tints of Saddle Brown #953A0C
RGB
CMYK
RGB Variations
Color information
#953A0C (or 0x953A0C) is known color: Saddle Brown. HEX triplet: 95, 3A and 0C. RGB value is (149,58,12). Sum of RGB (Red+Green+Blue) = 149+58+12=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #953A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A0C is #6AC5F3. Grayscale: #505050. Windows color (decimal): -6997492 or 801429. OLE color: 801429.
HSL color Cylindrical-coordinate representation of color #953A0C: hue angle of 20.15º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #953A0C is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 12 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.42 |
| HSL | 20.15º | 0.85% | 0.32% | - |
| HSV(B) | 20.15º | 0.92% | 0.58% | - |
| XYZ | 13.97 | 9.44 | 1.43 | - |
| YUV | 79.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 12 | 0 | 0.61 | 0.92 | 0.42 | 20.15 | 0.85 | 0.32 |
| Hex | 95 | 3A | C | 0 | 3D | 5C | 2A | 14 | 55 | 20 |
| Octal | 225 | 72 | 14 | 0 | 75 | 134 | 52 | 24 | 125 | 40 |
| Binary | 10010101 | 111010 | 1100 | 0 | 111101 | 1011100 | 101010 | 10100 | 1010101 | 100000 |
Color Harmonies of #953A0C
Complementary color
Monochromatic Colors of #953A0C
Black with #953A0C
Text Example
Text Example
White with #953A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A0C; }
p { color: rgb(149,58,12); }
H1.HeaderClassName
{
color: #953A0C;
}
.AnyTagClassName
{
color: #953A0C;
}
</style>
background-color css
<style>
a { background-color: #953A0C; }
a { background-color: rgb(149,58,12); }
div.DivClassName
{
background-color: #953A0C;
}
.BgClassName
{
background-color: #953A0C;
}
</style>
border-color css
<style>
span { border-color: #953A0C; }
span { border-color: rgb(149,58,12); }
td.TdClassName
{
border-color: #953A0C;
}
.TagClassName
{
border-color: #953A0C;
}
</style>