Shades of Saddle Brown #853704
Tints of Saddle Brown #853704
RGB
CMYK
RGB Variations
Color information
#853704 (or 0x853704) is known color: Saddle Brown. HEX triplet: 85, 37 and 04. RGB value is (133,55,4). Sum of RGB (Red+Green+Blue) = 133+55+4=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #853704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853704 is #7AC8FB. Grayscale: #484848. Windows color (decimal): -8046844 or 276357. OLE color: 276357.
HSL color Cylindrical-coordinate representation of color #853704: hue angle of 23.72º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #853704 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 4 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.48 |
| HSL | 23.72º | 0.94% | 0.27% | - |
| HSV(B) | 23.72º | 0.97% | 0.52% | - |
| XYZ | 11.06 | 7.73 | 1.02 | - |
| YUV | 72.51 | 89.34 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 4 | 0 | 0.59 | 0.97 | 0.48 | 23.72 | 0.94 | 0.27 |
| Hex | 85 | 37 | 4 | 0 | 3B | 61 | 30 | 18 | 5E | 1B |
| Octal | 205 | 67 | 4 | 0 | 73 | 141 | 60 | 30 | 136 | 33 |
| Binary | 10000101 | 110111 | 100 | 0 | 111011 | 1100001 | 110000 | 11000 | 1011110 | 11011 |
Color Harmonies of #853704
Complementary color
Monochromatic Colors of #853704
Black with #853704
Text Example
Text Example
White with #853704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853704; }
p { color: rgb(133,55,4); }
H1.HeaderClassName
{
color: #853704;
}
.AnyTagClassName
{
color: #853704;
}
</style>
background-color css
<style>
a { background-color: #853704; }
a { background-color: rgb(133,55,4); }
div.DivClassName
{
background-color: #853704;
}
.BgClassName
{
background-color: #853704;
}
</style>
border-color css
<style>
span { border-color: #853704; }
span { border-color: rgb(133,55,4); }
td.TdClassName
{
border-color: #853704;
}
.TagClassName
{
border-color: #853704;
}
</style>