Shades of Saddle Brown #855113
Tints of Saddle Brown #855113
RGB
CMYK
RGB Variations
Color information
#855113 (or 0x855113) is known color: Saddle Brown. HEX triplet: 85, 51 and 13. RGB value is (133,81,19). Sum of RGB (Red+Green+Blue) = 133+81+19=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #855113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855113 is #7AAEEC. Grayscale: #595959. Windows color (decimal): -8040173 or 1266053. OLE color: 1266053.
HSL color Cylindrical-coordinate representation of color #855113: hue angle of 32.63º 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 #855113 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 19 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.48 |
| HSL | 32.63º | 0.75% | 0.3% | - |
| HSV(B) | 32.63º | 0.86% | 0.52% | - |
| XYZ | 12.73 | 10.92 | 2.05 | - |
| YUV | 89.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 19 | 0 | 0.39 | 0.86 | 0.48 | 32.63 | 0.75 | 0.3 |
| Hex | 85 | 51 | 13 | 0 | 27 | 56 | 30 | 21 | 4B | 1E |
| Octal | 205 | 121 | 23 | 0 | 47 | 126 | 60 | 41 | 113 | 36 |
| Binary | 10000101 | 1010001 | 10011 | 0 | 100111 | 1010110 | 110000 | 100001 | 1001011 | 11110 |
Color Harmonies of #855113
Complementary color
Monochromatic Colors of #855113
Black with #855113
Text Example
Text Example
White with #855113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855113; }
p { color: rgb(133,81,19); }
H1.HeaderClassName
{
color: #855113;
}
.AnyTagClassName
{
color: #855113;
}
</style>
background-color css
<style>
a { background-color: #855113; }
a { background-color: rgb(133,81,19); }
div.DivClassName
{
background-color: #855113;
}
.BgClassName
{
background-color: #855113;
}
</style>
border-color css
<style>
span { border-color: #855113; }
span { border-color: rgb(133,81,19); }
td.TdClassName
{
border-color: #855113;
}
.TagClassName
{
border-color: #855113;
}
</style>