Shades of Saddle Brown #853D15
Tints of Saddle Brown #853D15
RGB
CMYK
RGB Variations
Color information
#853D15 (or 0x853D15) is known color: Saddle Brown. HEX triplet: 85, 3D and 15. RGB value is (133,61,21). Sum of RGB (Red+Green+Blue) = 133+61+21=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #853D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D15 is #7AC2EA. Grayscale: #4E4E4E. Windows color (decimal): -8045291 or 1392005. OLE color: 1392005.
HSL color Cylindrical-coordinate representation of color #853D15: hue angle of 21.43º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #853D15 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 21 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.48 |
| HSL | 21.43º | 0.73% | 0.3% | - |
| HSV(B) | 21.43º | 0.84% | 0.52% | - |
| XYZ | 11.48 | 8.38 | 1.72 | - |
| YUV | 77.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 21 | 0 | 0.54 | 0.84 | 0.48 | 21.43 | 0.73 | 0.3 |
| Hex | 85 | 3D | 15 | 0 | 36 | 54 | 30 | 15 | 49 | 1E |
| Octal | 205 | 75 | 25 | 0 | 66 | 124 | 60 | 25 | 111 | 36 |
| Binary | 10000101 | 111101 | 10101 | 0 | 110110 | 1010100 | 110000 | 10101 | 1001001 | 11110 |
Color Harmonies of #853D15
Complementary color
Monochromatic Colors of #853D15
Black with #853D15
Text Example
Text Example
White with #853D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D15; }
p { color: rgb(133,61,21); }
H1.HeaderClassName
{
color: #853D15;
}
.AnyTagClassName
{
color: #853D15;
}
</style>
background-color css
<style>
a { background-color: #853D15; }
a { background-color: rgb(133,61,21); }
div.DivClassName
{
background-color: #853D15;
}
.BgClassName
{
background-color: #853D15;
}
</style>
border-color css
<style>
span { border-color: #853D15; }
span { border-color: rgb(133,61,21); }
td.TdClassName
{
border-color: #853D15;
}
.TagClassName
{
border-color: #853D15;
}
</style>