Shades of Saddle Brown #854813
Tints of Saddle Brown #854813
RGB
CMYK
RGB Variations
Color information
#854813 (or 0x854813) is known color: Saddle Brown. HEX triplet: 85, 48 and 13. RGB value is (133,72,19). Sum of RGB (Red+Green+Blue) = 133+72+19=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #854813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854813 is #7AB7EC. Grayscale: #545454. Windows color (decimal): -8042477 or 1263749. OLE color: 1263749.
HSL color Cylindrical-coordinate representation of color #854813: hue angle of 27.89º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #854813 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 19 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.48 |
| HSL | 27.89º | 0.75% | 0.3% | - |
| HSV(B) | 27.89º | 0.86% | 0.52% | - |
| XYZ | 12.11 | 9.67 | 1.84 | - |
| YUV | 84.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 19 | 0 | 0.46 | 0.86 | 0.48 | 27.89 | 0.75 | 0.3 |
| Hex | 85 | 48 | 13 | 0 | 2E | 56 | 30 | 1C | 4B | 1E |
| Octal | 205 | 110 | 23 | 0 | 56 | 126 | 60 | 34 | 113 | 36 |
| Binary | 10000101 | 1001000 | 10011 | 0 | 101110 | 1010110 | 110000 | 11100 | 1001011 | 11110 |
Color Harmonies of #854813
Complementary color
Monochromatic Colors of #854813
Black with #854813
Text Example
Text Example
White with #854813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854813; }
p { color: rgb(133,72,19); }
H1.HeaderClassName
{
color: #854813;
}
.AnyTagClassName
{
color: #854813;
}
</style>
background-color css
<style>
a { background-color: #854813; }
a { background-color: rgb(133,72,19); }
div.DivClassName
{
background-color: #854813;
}
.BgClassName
{
background-color: #854813;
}
</style>
border-color css
<style>
span { border-color: #854813; }
span { border-color: rgb(133,72,19); }
td.TdClassName
{
border-color: #854813;
}
.TagClassName
{
border-color: #854813;
}
</style>