Shades of Saddle Brown #853705
Tints of Saddle Brown #853705
RGB
CMYK
RGB Variations
Color information
#853705 (or 0x853705) is known color: Saddle Brown. HEX triplet: 85, 37 and 05. RGB value is (133,55,5). Sum of RGB (Red+Green+Blue) = 133+55+5=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #853705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853705 is #7AC8FA. Grayscale: #484848. Windows color (decimal): -8046843 or 341893. OLE color: 341893.
HSL color Cylindrical-coordinate representation of color #853705: hue angle of 23.44º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #853705 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 5 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.48 |
| HSL | 23.44º | 0.93% | 0.27% | - |
| HSV(B) | 23.44º | 0.96% | 0.52% | - |
| XYZ | 11.07 | 7.73 | 1.05 | - |
| YUV | 72.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 5 | 0 | 0.59 | 0.96 | 0.48 | 23.44 | 0.93 | 0.27 |
| Hex | 85 | 37 | 5 | 0 | 3B | 60 | 30 | 17 | 5D | 1B |
| Octal | 205 | 67 | 5 | 0 | 73 | 140 | 60 | 27 | 135 | 33 |
| Binary | 10000101 | 110111 | 101 | 0 | 111011 | 1100000 | 110000 | 10111 | 1011101 | 11011 |
Color Harmonies of #853705
Complementary color
Monochromatic Colors of #853705
Black with #853705
Text Example
Text Example
White with #853705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853705; }
p { color: rgb(133,55,5); }
H1.HeaderClassName
{
color: #853705;
}
.AnyTagClassName
{
color: #853705;
}
</style>
background-color css
<style>
a { background-color: #853705; }
a { background-color: rgb(133,55,5); }
div.DivClassName
{
background-color: #853705;
}
.BgClassName
{
background-color: #853705;
}
</style>
border-color css
<style>
span { border-color: #853705; }
span { border-color: rgb(133,55,5); }
td.TdClassName
{
border-color: #853705;
}
.TagClassName
{
border-color: #853705;
}
</style>