Shades of Russet #853C1C
Tints of Russet #853C1C
RGB
CMYK
RGB Variations
Color information
#853C1C (or 0x853C1C) is known color: Russet. HEX triplet: 85, 3C and 1C. RGB value is (133,60,28). Sum of RGB (Red+Green+Blue) = 133+60+28=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #853C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C1C is #7AC3E3. Grayscale: #4E4E4E. Windows color (decimal): -8045540 or 1850501. OLE color: 1850501.
HSL color Cylindrical-coordinate representation of color #853C1C: hue angle of 18.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #853C1C is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 28 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.48 |
| HSL | 18.29º | 0.65% | 0.32% | - |
| HSV(B) | 18.29º | 0.79% | 0.52% | - |
| XYZ | 11.5 | 8.3 | 2.1 | - |
| YUV | 78.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 28 | 0 | 0.55 | 0.79 | 0.48 | 18.29 | 0.65 | 0.32 |
| Hex | 85 | 3C | 1C | 0 | 37 | 4F | 30 | 12 | 41 | 20 |
| Octal | 205 | 74 | 34 | 0 | 67 | 117 | 60 | 22 | 101 | 40 |
| Binary | 10000101 | 111100 | 11100 | 0 | 110111 | 1001111 | 110000 | 10010 | 1000001 | 100000 |
Color Harmonies of #853C1C
Complementary color
Monochromatic Colors of #853C1C
Black with #853C1C
Text Example
Text Example
White with #853C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C1C; }
p { color: rgb(133,60,28); }
H1.HeaderClassName
{
color: #853C1C;
}
.AnyTagClassName
{
color: #853C1C;
}
</style>
background-color css
<style>
a { background-color: #853C1C; }
a { background-color: rgb(133,60,28); }
div.DivClassName
{
background-color: #853C1C;
}
.BgClassName
{
background-color: #853C1C;
}
</style>
border-color css
<style>
span { border-color: #853C1C; }
span { border-color: rgb(133,60,28); }
td.TdClassName
{
border-color: #853C1C;
}
.TagClassName
{
border-color: #853C1C;
}
</style>