Shades of Saddle Brown #954F12
Tints of Saddle Brown #954F12
RGB
CMYK
RGB Variations
Color information
#954F12 (or 0x954F12) is known color: Saddle Brown. HEX triplet: 95, 4F and 12. RGB value is (149,79,18). Sum of RGB (Red+Green+Blue) = 149+79+18=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #954F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954F12 is #6AB0ED. Grayscale: #5D5D5D. Windows color (decimal): -6992110 or 1200021. OLE color: 1200021.
HSL color Cylindrical-coordinate representation of color #954F12: hue angle of 27.94º 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 #954F12 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 18 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.42 |
| HSL | 27.94º | 0.78% | 0.33% | - |
| HSV(B) | 27.94º | 0.88% | 0.58% | - |
| XYZ | 15.3 | 12.03 | 2.09 | - |
| YUV | 92.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 18 | 0 | 0.47 | 0.88 | 0.42 | 27.94 | 0.78 | 0.33 |
| Hex | 95 | 4F | 12 | 0 | 2F | 58 | 2A | 1C | 4E | 21 |
| Octal | 225 | 117 | 22 | 0 | 57 | 130 | 52 | 34 | 116 | 41 |
| Binary | 10010101 | 1001111 | 10010 | 0 | 101111 | 1011000 | 101010 | 11100 | 1001110 | 100001 |
Color Harmonies of #954F12
Complementary color
Monochromatic Colors of #954F12
Black with #954F12
Text Example
Text Example
White with #954F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F12; }
p { color: rgb(149,79,18); }
H1.HeaderClassName
{
color: #954F12;
}
.AnyTagClassName
{
color: #954F12;
}
</style>
background-color css
<style>
a { background-color: #954F12; }
a { background-color: rgb(149,79,18); }
div.DivClassName
{
background-color: #954F12;
}
.BgClassName
{
background-color: #954F12;
}
</style>
border-color css
<style>
span { border-color: #954F12; }
span { border-color: rgb(149,79,18); }
td.TdClassName
{
border-color: #954F12;
}
.TagClassName
{
border-color: #954F12;
}
</style>