Shades of Saddle Brown #853C0D
Tints of Saddle Brown #853C0D
RGB
CMYK
RGB Variations
Color information
#853C0D (or 0x853C0D) is known color: Saddle Brown. HEX triplet: 85, 3C and 0D. RGB value is (133,60,13). Sum of RGB (Red+Green+Blue) = 133+60+13=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #853C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C0D is #7AC3F2. Grayscale: #4C4C4C. Windows color (decimal): -8045555 or 867461. OLE color: 867461.
HSL color Cylindrical-coordinate representation of color #853C0D: hue angle of 23.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #853C0D is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 13 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.48 |
| HSL | 23.5º | 0.82% | 0.29% | - |
| HSV(B) | 23.5º | 0.9% | 0.52% | - |
| XYZ | 11.36 | 8.25 | 1.37 | - |
| YUV | 76.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 13 | 0 | 0.55 | 0.90 | 0.48 | 23.5 | 0.82 | 0.29 |
| Hex | 85 | 3C | D | 0 | 37 | 5A | 30 | 18 | 52 | 1D |
| Octal | 205 | 74 | 15 | 0 | 67 | 132 | 60 | 30 | 122 | 35 |
| Binary | 10000101 | 111100 | 1101 | 0 | 110111 | 1011010 | 110000 | 11000 | 1010010 | 11101 |
Color Harmonies of #853C0D
Complementary color
Monochromatic Colors of #853C0D
Black with #853C0D
Text Example
Text Example
White with #853C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C0D; }
p { color: rgb(133,60,13); }
H1.HeaderClassName
{
color: #853C0D;
}
.AnyTagClassName
{
color: #853C0D;
}
</style>
background-color css
<style>
a { background-color: #853C0D; }
a { background-color: rgb(133,60,13); }
div.DivClassName
{
background-color: #853C0D;
}
.BgClassName
{
background-color: #853C0D;
}
</style>
border-color css
<style>
span { border-color: #853C0D; }
span { border-color: rgb(133,60,13); }
td.TdClassName
{
border-color: #853C0D;
}
.TagClassName
{
border-color: #853C0D;
}
</style>