Shades of Saddle Brown #955214
Tints of Saddle Brown #955214
RGB
CMYK
RGB Variations
Color information
#955214 (or 0x955214) is known color: Saddle Brown. HEX triplet: 95, 52 and 14. RGB value is (149,82,20). Sum of RGB (Red+Green+Blue) = 149+82+20=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #955214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955214 is #6AADEB. Grayscale: #5F5F5F. Windows color (decimal): -6991340 or 1331861. OLE color: 1331861.
HSL color Cylindrical-coordinate representation of color #955214: hue angle of 28.84º 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 #955214 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 20 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.42 |
| HSL | 28.84º | 0.76% | 0.33% | - |
| HSV(B) | 28.84º | 0.87% | 0.58% | - |
| XYZ | 15.54 | 12.47 | 2.25 | - |
| YUV | 94.97 | 85.7 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 20 | 0 | 0.45 | 0.87 | 0.42 | 28.84 | 0.76 | 0.33 |
| Hex | 95 | 52 | 14 | 0 | 2D | 57 | 2A | 1D | 4C | 21 |
| Octal | 225 | 122 | 24 | 0 | 55 | 127 | 52 | 35 | 114 | 41 |
| Binary | 10010101 | 1010010 | 10100 | 0 | 101101 | 1010111 | 101010 | 11101 | 1001100 | 100001 |
Color Harmonies of #955214
Complementary color
Monochromatic Colors of #955214
Black with #955214
Text Example
Text Example
White with #955214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955214; }
p { color: rgb(149,82,20); }
H1.HeaderClassName
{
color: #955214;
}
.AnyTagClassName
{
color: #955214;
}
</style>
background-color css
<style>
a { background-color: #955214; }
a { background-color: rgb(149,82,20); }
div.DivClassName
{
background-color: #955214;
}
.BgClassName
{
background-color: #955214;
}
</style>
border-color css
<style>
span { border-color: #955214; }
span { border-color: rgb(149,82,20); }
td.TdClassName
{
border-color: #955214;
}
.TagClassName
{
border-color: #955214;
}
</style>