Shades of Saddle Brown #954014
Tints of Saddle Brown #954014
RGB
CMYK
RGB Variations
Color information
#954014 (or 0x954014) is known color: Saddle Brown. HEX triplet: 95, 40 and 14. RGB value is (149,64,20). Sum of RGB (Red+Green+Blue) = 149+64+20=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #954014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954014 is #6ABFEB. Grayscale: #545454. Windows color (decimal): -6995948 or 1327253. OLE color: 1327253.
HSL color Cylindrical-coordinate representation of color #954014: hue angle of 20.47º 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 #954014 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 20 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.42 |
| HSL | 20.47º | 0.76% | 0.33% | - |
| HSV(B) | 20.47º | 0.87% | 0.58% | - |
| XYZ | 14.35 | 10.11 | 1.86 | - |
| YUV | 84.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 20 | 0 | 0.57 | 0.87 | 0.42 | 20.47 | 0.76 | 0.33 |
| Hex | 95 | 40 | 14 | 0 | 39 | 57 | 2A | 14 | 4C | 21 |
| Octal | 225 | 100 | 24 | 0 | 71 | 127 | 52 | 24 | 114 | 41 |
| Binary | 10010101 | 1000000 | 10100 | 0 | 111001 | 1010111 | 101010 | 10100 | 1001100 | 100001 |
Color Harmonies of #954014
Complementary color
Monochromatic Colors of #954014
Black with #954014
Text Example
Text Example
White with #954014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954014; }
p { color: rgb(149,64,20); }
H1.HeaderClassName
{
color: #954014;
}
.AnyTagClassName
{
color: #954014;
}
</style>
background-color css
<style>
a { background-color: #954014; }
a { background-color: rgb(149,64,20); }
div.DivClassName
{
background-color: #954014;
}
.BgClassName
{
background-color: #954014;
}
</style>
border-color css
<style>
span { border-color: #954014; }
span { border-color: rgb(149,64,20); }
td.TdClassName
{
border-color: #954014;
}
.TagClassName
{
border-color: #954014;
}
</style>