Shades of Russet #853C1E
Tints of Russet #853C1E
RGB
CMYK
RGB Variations
Color information
#853C1E (or 0x853C1E) is known color: Russet. HEX triplet: 85, 3C and 1E. RGB value is (133,60,30). Sum of RGB (Red+Green+Blue) = 133+60+30=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #853C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C1E is #7AC3E1. Grayscale: #4E4E4E. Windows color (decimal): -8045538 or 1981573. OLE color: 1981573.
HSL color Cylindrical-coordinate representation of color #853C1E: hue angle of 17.48º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #853C1E is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 30 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.48 |
| HSL | 17.48º | 0.63% | 0.32% | - |
| HSV(B) | 17.48º | 0.77% | 0.52% | - |
| XYZ | 11.52 | 8.31 | 2.23 | - |
| YUV | 78.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 30 | 0 | 0.55 | 0.77 | 0.48 | 17.48 | 0.63 | 0.32 |
| Hex | 85 | 3C | 1E | 0 | 37 | 4D | 30 | 11 | 3F | 20 |
| Octal | 205 | 74 | 36 | 0 | 67 | 115 | 60 | 21 | 77 | 40 |
| Binary | 10000101 | 111100 | 11110 | 0 | 110111 | 1001101 | 110000 | 10001 | 111111 | 100000 |
Color Harmonies of #853C1E
Complementary color
Monochromatic Colors of #853C1E
Black with #853C1E
Text Example
Text Example
White with #853C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C1E; }
p { color: rgb(133,60,30); }
H1.HeaderClassName
{
color: #853C1E;
}
.AnyTagClassName
{
color: #853C1E;
}
</style>
background-color css
<style>
a { background-color: #853C1E; }
a { background-color: rgb(133,60,30); }
div.DivClassName
{
background-color: #853C1E;
}
.BgClassName
{
background-color: #853C1E;
}
</style>
border-color css
<style>
span { border-color: #853C1E; }
span { border-color: rgb(133,60,30); }
td.TdClassName
{
border-color: #853C1E;
}
.TagClassName
{
border-color: #853C1E;
}
</style>