Shades of Saddle Brown #953E12
Tints of Saddle Brown #953E12
RGB
CMYK
RGB Variations
Color information
#953E12 (or 0x953E12) is known color: Saddle Brown. HEX triplet: 95, 3E and 12. RGB value is (149,62,18). Sum of RGB (Red+Green+Blue) = 149+62+18=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #953E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E12 is #6AC1ED. Grayscale: #535353. Windows color (decimal): -6996462 or 1195669. OLE color: 1195669.
HSL color Cylindrical-coordinate representation of color #953E12: hue angle of 20.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #953E12 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 62 | 18 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.42 |
| HSL | 20.15º | 0.78% | 0.33% | - |
| HSV(B) | 20.15º | 0.88% | 0.58% | - |
| XYZ | 14.23 | 9.88 | 1.73 | - |
| YUV | 83 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 18 | 0 | 0.58 | 0.88 | 0.42 | 20.15 | 0.78 | 0.33 |
| Hex | 95 | 3E | 12 | 0 | 3A | 58 | 2A | 14 | 4E | 21 |
| Octal | 225 | 76 | 22 | 0 | 72 | 130 | 52 | 24 | 116 | 41 |
| Binary | 10010101 | 111110 | 10010 | 0 | 111010 | 1011000 | 101010 | 10100 | 1001110 | 100001 |
Color Harmonies of #953E12
Complementary color
Monochromatic Colors of #953E12
Black with #953E12
Text Example
Text Example
White with #953E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953E12; }
p { color: rgb(149,62,18); }
H1.HeaderClassName
{
color: #953E12;
}
.AnyTagClassName
{
color: #953E12;
}
</style>
background-color css
<style>
a { background-color: #953E12; }
a { background-color: rgb(149,62,18); }
div.DivClassName
{
background-color: #953E12;
}
.BgClassName
{
background-color: #953E12;
}
</style>
border-color css
<style>
span { border-color: #953E12; }
span { border-color: rgb(149,62,18); }
td.TdClassName
{
border-color: #953E12;
}
.TagClassName
{
border-color: #953E12;
}
</style>