Shades of Saddle Brown #854D10
Tints of Saddle Brown #854D10
RGB
CMYK
RGB Variations
Color information
#854D10 (or 0x854D10) is known color: Saddle Brown. HEX triplet: 85, 4D and 10. RGB value is (133,77,16). Sum of RGB (Red+Green+Blue) = 133+77+16=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #854D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D10 is #7AB2EF. Grayscale: #575757. Windows color (decimal): -8041200 or 1068421. OLE color: 1068421.
HSL color Cylindrical-coordinate representation of color #854D10: hue angle of 31.28º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #854D10 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 16 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.48 |
| HSL | 31.28º | 0.79% | 0.29% | - |
| HSV(B) | 31.28º | 0.88% | 0.52% | - |
| XYZ | 12.42 | 10.33 | 1.83 | - |
| YUV | 86.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 16 | 0 | 0.42 | 0.88 | 0.48 | 31.28 | 0.79 | 0.29 |
| Hex | 85 | 4D | 10 | 0 | 2A | 58 | 30 | 1F | 4F | 1D |
| Octal | 205 | 115 | 20 | 0 | 52 | 130 | 60 | 37 | 117 | 35 |
| Binary | 10000101 | 1001101 | 10000 | 0 | 101010 | 1011000 | 110000 | 11111 | 1001111 | 11101 |
Color Harmonies of #854D10
Complementary color
Monochromatic Colors of #854D10
Black with #854D10
Text Example
Text Example
White with #854D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D10; }
p { color: rgb(133,77,16); }
H1.HeaderClassName
{
color: #854D10;
}
.AnyTagClassName
{
color: #854D10;
}
</style>
background-color css
<style>
a { background-color: #854D10; }
a { background-color: rgb(133,77,16); }
div.DivClassName
{
background-color: #854D10;
}
.BgClassName
{
background-color: #854D10;
}
</style>
border-color css
<style>
span { border-color: #854D10; }
span { border-color: rgb(133,77,16); }
td.TdClassName
{
border-color: #854D10;
}
.TagClassName
{
border-color: #854D10;
}
</style>