Shades of Saddle Brown #853F14
Tints of Saddle Brown #853F14
RGB
CMYK
RGB Variations
Color information
#853F14 (or 0x853F14) is known color: Saddle Brown. HEX triplet: 85, 3F and 14. RGB value is (133,63,20). Sum of RGB (Red+Green+Blue) = 133+63+20=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #853F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F14 is #7AC0EB. Grayscale: #4F4F4F. Windows color (decimal): -8044780 or 1326981. OLE color: 1326981.
HSL color Cylindrical-coordinate representation of color #853F14: hue angle of 22.83º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #853F14 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 20 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.48 |
| HSL | 22.83º | 0.74% | 0.3% | - |
| HSV(B) | 22.83º | 0.85% | 0.52% | - |
| XYZ | 11.58 | 8.59 | 1.71 | - |
| YUV | 79.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 20 | 0 | 0.53 | 0.85 | 0.48 | 22.83 | 0.74 | 0.3 |
| Hex | 85 | 3F | 14 | 0 | 35 | 55 | 30 | 17 | 4A | 1E |
| Octal | 205 | 77 | 24 | 0 | 65 | 125 | 60 | 27 | 112 | 36 |
| Binary | 10000101 | 111111 | 10100 | 0 | 110101 | 1010101 | 110000 | 10111 | 1001010 | 11110 |
Color Harmonies of #853F14
Complementary color
Monochromatic Colors of #853F14
Black with #853F14
Text Example
Text Example
White with #853F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F14; }
p { color: rgb(133,63,20); }
H1.HeaderClassName
{
color: #853F14;
}
.AnyTagClassName
{
color: #853F14;
}
</style>
background-color css
<style>
a { background-color: #853F14; }
a { background-color: rgb(133,63,20); }
div.DivClassName
{
background-color: #853F14;
}
.BgClassName
{
background-color: #853F14;
}
</style>
border-color css
<style>
span { border-color: #853F14; }
span { border-color: rgb(133,63,20); }
td.TdClassName
{
border-color: #853F14;
}
.TagClassName
{
border-color: #853F14;
}
</style>