Shades of Saddle Brown #954116
Tints of Saddle Brown #954116
RGB
CMYK
RGB Variations
Color information
#954116 (or 0x954116) is known color: Saddle Brown. HEX triplet: 95, 41 and 16. RGB value is (149,65,22). Sum of RGB (Red+Green+Blue) = 149+65+22=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #954116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954116 is #6ABEE9. Grayscale: #555555. Windows color (decimal): -6995690 or 1458581. OLE color: 1458581.
HSL color Cylindrical-coordinate representation of color #954116: hue angle of 20.31º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #954116 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 22 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.42 |
| HSL | 20.31º | 0.74% | 0.34% | - |
| HSV(B) | 20.31º | 0.85% | 0.58% | - |
| XYZ | 14.43 | 10.23 | 1.97 | - |
| YUV | 85.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 22 | 0 | 0.56 | 0.85 | 0.42 | 20.31 | 0.74 | 0.34 |
| Hex | 95 | 41 | 16 | 0 | 38 | 55 | 2A | 14 | 4A | 22 |
| Octal | 225 | 101 | 26 | 0 | 70 | 125 | 52 | 24 | 112 | 42 |
| Binary | 10010101 | 1000001 | 10110 | 0 | 111000 | 1010101 | 101010 | 10100 | 1001010 | 100010 |
Color Harmonies of #954116
Complementary color
Monochromatic Colors of #954116
Black with #954116
Text Example
Text Example
White with #954116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954116; }
p { color: rgb(149,65,22); }
H1.HeaderClassName
{
color: #954116;
}
.AnyTagClassName
{
color: #954116;
}
</style>
background-color css
<style>
a { background-color: #954116; }
a { background-color: rgb(149,65,22); }
div.DivClassName
{
background-color: #954116;
}
.BgClassName
{
background-color: #954116;
}
</style>
border-color css
<style>
span { border-color: #954116; }
span { border-color: rgb(149,65,22); }
td.TdClassName
{
border-color: #954116;
}
.TagClassName
{
border-color: #954116;
}
</style>