Shades of Saddle Brown #853913
Tints of Saddle Brown #853913
RGB
CMYK
RGB Variations
Color information
#853913 (or 0x853913) is known color: Saddle Brown. HEX triplet: 85, 39 and 13. RGB value is (133,57,19). Sum of RGB (Red+Green+Blue) = 133+57+19=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #853913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853913 is #7AC6EC. Grayscale: #4B4B4B. Windows color (decimal): -8046317 or 1259909. OLE color: 1259909.
HSL color Cylindrical-coordinate representation of color #853913: hue angle of 20º 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 #853913 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 19 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.48 |
| HSL | 20º | 0.75% | 0.3% | - |
| HSV(B) | 20º | 0.86% | 0.52% | - |
| XYZ | 11.25 | 7.96 | 1.56 | - |
| YUV | 75.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 19 | 0 | 0.57 | 0.86 | 0.48 | 20 | 0.75 | 0.3 |
| Hex | 85 | 39 | 13 | 0 | 39 | 56 | 30 | 14 | 4B | 1E |
| Octal | 205 | 71 | 23 | 0 | 71 | 126 | 60 | 24 | 113 | 36 |
| Binary | 10000101 | 111001 | 10011 | 0 | 111001 | 1010110 | 110000 | 10100 | 1001011 | 11110 |
Color Harmonies of #853913
Complementary color
Monochromatic Colors of #853913
Black with #853913
Text Example
Text Example
White with #853913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853913; }
p { color: rgb(133,57,19); }
H1.HeaderClassName
{
color: #853913;
}
.AnyTagClassName
{
color: #853913;
}
</style>
background-color css
<style>
a { background-color: #853913; }
a { background-color: rgb(133,57,19); }
div.DivClassName
{
background-color: #853913;
}
.BgClassName
{
background-color: #853913;
}
</style>
border-color css
<style>
span { border-color: #853913; }
span { border-color: rgb(133,57,19); }
td.TdClassName
{
border-color: #853913;
}
.TagClassName
{
border-color: #853913;
}
</style>