Shades of Saddle Brown #853702
Tints of Saddle Brown #853702
RGB
CMYK
RGB Variations
Color information
#853702 (or 0x853702) is known color: Saddle Brown. HEX triplet: 85, 37 and 02. RGB value is (133,55,2). Sum of RGB (Red+Green+Blue) = 133+55+2=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #853702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853702 is #7AC8FD. Grayscale: #484848. Windows color (decimal): -8046846 or 145285. OLE color: 145285.
HSL color Cylindrical-coordinate representation of color #853702: hue angle of 24.27º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #853702 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 2 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.48 |
| HSL | 24.27º | 0.97% | 0.26% | - |
| HSV(B) | 24.27º | 0.98% | 0.52% | - |
| XYZ | 11.05 | 7.72 | 0.97 | - |
| YUV | 72.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 2 | 0 | 0.59 | 0.98 | 0.48 | 24.27 | 0.97 | 0.26 |
| Hex | 85 | 37 | 2 | 0 | 3B | 62 | 30 | 18 | 61 | 1A |
| Octal | 205 | 67 | 2 | 0 | 73 | 142 | 60 | 30 | 141 | 32 |
| Binary | 10000101 | 110111 | 10 | 0 | 111011 | 1100010 | 110000 | 11000 | 1100001 | 11010 |
Color Harmonies of #853702
Complementary color
Monochromatic Colors of #853702
Black with #853702
Text Example
Text Example
White with #853702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853702; }
p { color: rgb(133,55,2); }
H1.HeaderClassName
{
color: #853702;
}
.AnyTagClassName
{
color: #853702;
}
</style>
background-color css
<style>
a { background-color: #853702; }
a { background-color: rgb(133,55,2); }
div.DivClassName
{
background-color: #853702;
}
.BgClassName
{
background-color: #853702;
}
</style>
border-color css
<style>
span { border-color: #853702; }
span { border-color: rgb(133,55,2); }
td.TdClassName
{
border-color: #853702;
}
.TagClassName
{
border-color: #853702;
}
</style>