Shades of Saddle Brown #853902
Tints of Saddle Brown #853902
RGB
CMYK
RGB Variations
Color information
#853902 (or 0x853902) is known color: Saddle Brown. HEX triplet: 85, 39 and 02. RGB value is (133,57,2). Sum of RGB (Red+Green+Blue) = 133+57+2=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #853902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853902 is #7AC6FD. Grayscale: #494949. Windows color (decimal): -8046334 or 145797. OLE color: 145797.
HSL color Cylindrical-coordinate representation of color #853902: hue angle of 25.19º 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 #853902 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 2 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.48 |
| HSL | 25.19º | 0.97% | 0.26% | - |
| HSV(B) | 25.19º | 0.98% | 0.52% | - |
| XYZ | 11.15 | 7.92 | 1 | - |
| YUV | 73.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 2 | 0 | 0.57 | 0.98 | 0.48 | 25.19 | 0.97 | 0.26 |
| Hex | 85 | 39 | 2 | 0 | 39 | 62 | 30 | 19 | 61 | 1A |
| Octal | 205 | 71 | 2 | 0 | 71 | 142 | 60 | 31 | 141 | 32 |
| Binary | 10000101 | 111001 | 10 | 0 | 111001 | 1100010 | 110000 | 11001 | 1100001 | 11010 |
Color Harmonies of #853902
Complementary color
Monochromatic Colors of #853902
Black with #853902
Text Example
Text Example
White with #853902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853902; }
p { color: rgb(133,57,2); }
H1.HeaderClassName
{
color: #853902;
}
.AnyTagClassName
{
color: #853902;
}
</style>
background-color css
<style>
a { background-color: #853902; }
a { background-color: rgb(133,57,2); }
div.DivClassName
{
background-color: #853902;
}
.BgClassName
{
background-color: #853902;
}
</style>
border-color css
<style>
span { border-color: #853902; }
span { border-color: rgb(133,57,2); }
td.TdClassName
{
border-color: #853902;
}
.TagClassName
{
border-color: #853902;
}
</style>