Shades of Saddle Brown #854516
Tints of Saddle Brown #854516
RGB
CMYK
RGB Variations
Color information
#854516 (or 0x854516) is known color: Saddle Brown. HEX triplet: 85, 45 and 16. RGB value is (133,69,22). Sum of RGB (Red+Green+Blue) = 133+69+22=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #854516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854516 is #7ABAE9. Grayscale: #535353. Windows color (decimal): -8043242 or 1459589. OLE color: 1459589.
HSL color Cylindrical-coordinate representation of color #854516: hue angle of 25.41º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #854516 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 22 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.48 |
| HSL | 25.41º | 0.72% | 0.3% | - |
| HSV(B) | 25.41º | 0.83% | 0.52% | - |
| XYZ | 11.95 | 9.3 | 1.92 | - |
| YUV | 82.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 22 | 0 | 0.48 | 0.83 | 0.48 | 25.41 | 0.72 | 0.3 |
| Hex | 85 | 45 | 16 | 0 | 30 | 53 | 30 | 19 | 48 | 1E |
| Octal | 205 | 105 | 26 | 0 | 60 | 123 | 60 | 31 | 110 | 36 |
| Binary | 10000101 | 1000101 | 10110 | 0 | 110000 | 1010011 | 110000 | 11001 | 1001000 | 11110 |
Color Harmonies of #854516
Complementary color
Monochromatic Colors of #854516
Black with #854516
Text Example
Text Example
White with #854516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854516; }
p { color: rgb(133,69,22); }
H1.HeaderClassName
{
color: #854516;
}
.AnyTagClassName
{
color: #854516;
}
</style>
background-color css
<style>
a { background-color: #854516; }
a { background-color: rgb(133,69,22); }
div.DivClassName
{
background-color: #854516;
}
.BgClassName
{
background-color: #854516;
}
</style>
border-color css
<style>
span { border-color: #854516; }
span { border-color: rgb(133,69,22); }
td.TdClassName
{
border-color: #854516;
}
.TagClassName
{
border-color: #854516;
}
</style>