Shades of Russet #853F1F
Tints of Russet #853F1F
RGB
CMYK
RGB Variations
Color information
#853F1F (or 0x853F1F) is known color: Russet. HEX triplet: 85, 3F and 1F. RGB value is (133,63,31). Sum of RGB (Red+Green+Blue) = 133+63+31=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #853F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F1F is #7AC0E0. Grayscale: #505050. Windows color (decimal): -8044769 or 2047877. OLE color: 2047877.
HSL color Cylindrical-coordinate representation of color #853F1F: hue angle of 18.82º degrees, saturation: 0.62, 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 #853F1F is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 31 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.48 |
| HSL | 18.82º | 0.62% | 0.32% | - |
| HSV(B) | 18.82º | 0.77% | 0.52% | - |
| XYZ | 11.7 | 8.64 | 2.35 | - |
| YUV | 80.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 31 | 0 | 0.53 | 0.77 | 0.48 | 18.82 | 0.62 | 0.32 |
| Hex | 85 | 3F | 1F | 0 | 35 | 4D | 30 | 13 | 3E | 20 |
| Octal | 205 | 77 | 37 | 0 | 65 | 115 | 60 | 23 | 76 | 40 |
| Binary | 10000101 | 111111 | 11111 | 0 | 110101 | 1001101 | 110000 | 10011 | 111110 | 100000 |
Color Harmonies of #853F1F
Complementary color
Monochromatic Colors of #853F1F
Black with #853F1F
Text Example
Text Example
White with #853F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F1F; }
p { color: rgb(133,63,31); }
H1.HeaderClassName
{
color: #853F1F;
}
.AnyTagClassName
{
color: #853F1F;
}
</style>
background-color css
<style>
a { background-color: #853F1F; }
a { background-color: rgb(133,63,31); }
div.DivClassName
{
background-color: #853F1F;
}
.BgClassName
{
background-color: #853F1F;
}
</style>
border-color css
<style>
span { border-color: #853F1F; }
span { border-color: rgb(133,63,31); }
td.TdClassName
{
border-color: #853F1F;
}
.TagClassName
{
border-color: #853F1F;
}
</style>