Shades of Saddle Brown #954D14
Tints of Saddle Brown #954D14
RGB
CMYK
RGB Variations
Color information
#954D14 (or 0x954D14) is known color: Saddle Brown. HEX triplet: 95, 4D and 14. RGB value is (149,77,20). Sum of RGB (Red+Green+Blue) = 149+77+20=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #954D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D14 is #6AB2EB. Grayscale: #5C5C5C. Windows color (decimal): -6992620 or 1330581. OLE color: 1330581.
HSL color Cylindrical-coordinate representation of color #954D14: hue angle of 26.51º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #954D14 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 20 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.42 |
| HSL | 26.51º | 0.76% | 0.33% | - |
| HSV(B) | 26.51º | 0.87% | 0.58% | - |
| XYZ | 15.17 | 11.75 | 2.13 | - |
| YUV | 92.03 | 87.35 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 20 | 0 | 0.48 | 0.87 | 0.42 | 26.51 | 0.76 | 0.33 |
| Hex | 95 | 4D | 14 | 0 | 30 | 57 | 2A | 1B | 4C | 21 |
| Octal | 225 | 115 | 24 | 0 | 60 | 127 | 52 | 33 | 114 | 41 |
| Binary | 10010101 | 1001101 | 10100 | 0 | 110000 | 1010111 | 101010 | 11011 | 1001100 | 100001 |
Color Harmonies of #954D14
Complementary color
Monochromatic Colors of #954D14
Black with #954D14
Text Example
Text Example
White with #954D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D14; }
p { color: rgb(149,77,20); }
H1.HeaderClassName
{
color: #954D14;
}
.AnyTagClassName
{
color: #954D14;
}
</style>
background-color css
<style>
a { background-color: #954D14; }
a { background-color: rgb(149,77,20); }
div.DivClassName
{
background-color: #954D14;
}
.BgClassName
{
background-color: #954D14;
}
</style>
border-color css
<style>
span { border-color: #954D14; }
span { border-color: rgb(149,77,20); }
td.TdClassName
{
border-color: #954D14;
}
.TagClassName
{
border-color: #954D14;
}
</style>