Shades of Saddle Brown #954412
Tints of Saddle Brown #954412
RGB
CMYK
RGB Variations
Color information
#954412 (or 0x954412) is known color: Saddle Brown. HEX triplet: 95, 44 and 12. RGB value is (149,68,18). Sum of RGB (Red+Green+Blue) = 149+68+18=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #954412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954412 is #6ABBED. Grayscale: #565656. Windows color (decimal): -6994926 or 1197205. OLE color: 1197205.
HSL color Cylindrical-coordinate representation of color #954412: hue angle of 22.9º 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 #954412 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 18 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.42 |
| HSL | 22.9º | 0.78% | 0.33% | - |
| HSV(B) | 22.9º | 0.88% | 0.58% | - |
| XYZ | 14.57 | 10.57 | 1.84 | - |
| YUV | 86.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 18 | 0 | 0.54 | 0.88 | 0.42 | 22.9 | 0.78 | 0.33 |
| Hex | 95 | 44 | 12 | 0 | 36 | 58 | 2A | 17 | 4E | 21 |
| Octal | 225 | 104 | 22 | 0 | 66 | 130 | 52 | 27 | 116 | 41 |
| Binary | 10010101 | 1000100 | 10010 | 0 | 110110 | 1011000 | 101010 | 10111 | 1001110 | 100001 |
Color Harmonies of #954412
Complementary color
Monochromatic Colors of #954412
Black with #954412
Text Example
Text Example
White with #954412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954412; }
p { color: rgb(149,68,18); }
H1.HeaderClassName
{
color: #954412;
}
.AnyTagClassName
{
color: #954412;
}
</style>
background-color css
<style>
a { background-color: #954412; }
a { background-color: rgb(149,68,18); }
div.DivClassName
{
background-color: #954412;
}
.BgClassName
{
background-color: #954412;
}
</style>
border-color css
<style>
span { border-color: #954412; }
span { border-color: rgb(149,68,18); }
td.TdClassName
{
border-color: #954412;
}
.TagClassName
{
border-color: #954412;
}
</style>