Shades of Saddle Brown #853814
Tints of Saddle Brown #853814
RGB
CMYK
RGB Variations
Color information
#853814 (or 0x853814) is known color: Saddle Brown. HEX triplet: 85, 38 and 14. RGB value is (133,56,20). Sum of RGB (Red+Green+Blue) = 133+56+20=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #853814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853814 is #7AC7EB. Grayscale: #4B4B4B. Windows color (decimal): -8046572 or 1325189. OLE color: 1325189.
HSL color Cylindrical-coordinate representation of color #853814: hue angle of 19.12º 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 #853814 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 20 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.48 |
| HSL | 19.12º | 0.74% | 0.3% | - |
| HSV(B) | 19.12º | 0.85% | 0.52% | - |
| XYZ | 11.21 | 7.87 | 1.59 | - |
| YUV | 74.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 20 | 0 | 0.58 | 0.85 | 0.48 | 19.12 | 0.74 | 0.3 |
| Hex | 85 | 38 | 14 | 0 | 3A | 55 | 30 | 13 | 4A | 1E |
| Octal | 205 | 70 | 24 | 0 | 72 | 125 | 60 | 23 | 112 | 36 |
| Binary | 10000101 | 111000 | 10100 | 0 | 111010 | 1010101 | 110000 | 10011 | 1001010 | 11110 |
Color Harmonies of #853814
Complementary color
Monochromatic Colors of #853814
Black with #853814
Text Example
Text Example
White with #853814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853814; }
p { color: rgb(133,56,20); }
H1.HeaderClassName
{
color: #853814;
}
.AnyTagClassName
{
color: #853814;
}
</style>
background-color css
<style>
a { background-color: #853814; }
a { background-color: rgb(133,56,20); }
div.DivClassName
{
background-color: #853814;
}
.BgClassName
{
background-color: #853814;
}
</style>
border-color css
<style>
span { border-color: #853814; }
span { border-color: rgb(133,56,20); }
td.TdClassName
{
border-color: #853814;
}
.TagClassName
{
border-color: #853814;
}
</style>