Shades of Russet #853B1C
Tints of Russet #853B1C
RGB
CMYK
RGB Variations
Color information
#853B1C (or 0x853B1C) is known color: Russet. HEX triplet: 85, 3B and 1C. RGB value is (133,59,28). Sum of RGB (Red+Green+Blue) = 133+59+28=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #853B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853B1C is #7AC4E3. Grayscale: #4D4D4D. Windows color (decimal): -8045796 or 1850245. OLE color: 1850245.
HSL color Cylindrical-coordinate representation of color #853B1C: hue angle of 17.71º 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 #853B1C is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 28 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.48 |
| HSL | 17.71º | 0.65% | 0.32% | - |
| HSV(B) | 17.71º | 0.79% | 0.52% | - |
| XYZ | 11.45 | 8.2 | 2.08 | - |
| YUV | 77.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 28 | 0 | 0.56 | 0.79 | 0.48 | 17.71 | 0.65 | 0.32 |
| Hex | 85 | 3B | 1C | 0 | 38 | 4F | 30 | 12 | 41 | 20 |
| Octal | 205 | 73 | 34 | 0 | 70 | 117 | 60 | 22 | 101 | 40 |
| Binary | 10000101 | 111011 | 11100 | 0 | 111000 | 1001111 | 110000 | 10010 | 1000001 | 100000 |
Color Harmonies of #853B1C
Complementary color
Monochromatic Colors of #853B1C
Black with #853B1C
Text Example
Text Example
White with #853B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B1C; }
p { color: rgb(133,59,28); }
H1.HeaderClassName
{
color: #853B1C;
}
.AnyTagClassName
{
color: #853B1C;
}
</style>
background-color css
<style>
a { background-color: #853B1C; }
a { background-color: rgb(133,59,28); }
div.DivClassName
{
background-color: #853B1C;
}
.BgClassName
{
background-color: #853B1C;
}
</style>
border-color css
<style>
span { border-color: #853B1C; }
span { border-color: rgb(133,59,28); }
td.TdClassName
{
border-color: #853B1C;
}
.TagClassName
{
border-color: #853B1C;
}
</style>