Shades of Saddle Brown #853D13
Tints of Saddle Brown #853D13
RGB
CMYK
RGB Variations
Color information
#853D13 (or 0x853D13) is known color: Saddle Brown. HEX triplet: 85, 3D and 13. RGB value is (133,61,19). Sum of RGB (Red+Green+Blue) = 133+61+19=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #853D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D13 is #7AC2EC. Grayscale: #4D4D4D. Windows color (decimal): -8045293 or 1260933. OLE color: 1260933.
HSL color Cylindrical-coordinate representation of color #853D13: hue angle of 22.11º 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 #853D13 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 19 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.48 |
| HSL | 22.11º | 0.75% | 0.3% | - |
| HSV(B) | 22.11º | 0.86% | 0.52% | - |
| XYZ | 11.46 | 8.37 | 1.63 | - |
| YUV | 77.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 19 | 0 | 0.54 | 0.86 | 0.48 | 22.11 | 0.75 | 0.3 |
| Hex | 85 | 3D | 13 | 0 | 36 | 56 | 30 | 16 | 4B | 1E |
| Octal | 205 | 75 | 23 | 0 | 66 | 126 | 60 | 26 | 113 | 36 |
| Binary | 10000101 | 111101 | 10011 | 0 | 110110 | 1010110 | 110000 | 10110 | 1001011 | 11110 |
Color Harmonies of #853D13
Complementary color
Monochromatic Colors of #853D13
Black with #853D13
Text Example
Text Example
White with #853D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D13; }
p { color: rgb(133,61,19); }
H1.HeaderClassName
{
color: #853D13;
}
.AnyTagClassName
{
color: #853D13;
}
</style>
background-color css
<style>
a { background-color: #853D13; }
a { background-color: rgb(133,61,19); }
div.DivClassName
{
background-color: #853D13;
}
.BgClassName
{
background-color: #853D13;
}
</style>
border-color css
<style>
span { border-color: #853D13; }
span { border-color: rgb(133,61,19); }
td.TdClassName
{
border-color: #853D13;
}
.TagClassName
{
border-color: #853D13;
}
</style>