Shades of Russet #853E1D
Tints of Russet #853E1D
RGB
CMYK
RGB Variations
Color information
#853E1D (or 0x853E1D) is known color: Russet. HEX triplet: 85, 3E and 1D. RGB value is (133,62,29). Sum of RGB (Red+Green+Blue) = 133+62+29=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #853E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E1D is #7AC1E2. Grayscale: #4F4F4F. Windows color (decimal): -8045027 or 1916549. OLE color: 1916549.
HSL color Cylindrical-coordinate representation of color #853E1D: hue angle of 19.04º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #853E1D is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 62 | 29 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.48 |
| HSL | 19.04º | 0.64% | 0.32% | - |
| HSV(B) | 19.04º | 0.78% | 0.52% | - |
| XYZ | 11.62 | 8.52 | 2.19 | - |
| YUV | 79.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 29 | 0 | 0.53 | 0.78 | 0.48 | 19.04 | 0.64 | 0.32 |
| Hex | 85 | 3E | 1D | 0 | 35 | 4E | 30 | 13 | 40 | 20 |
| Octal | 205 | 76 | 35 | 0 | 65 | 116 | 60 | 23 | 100 | 40 |
| Binary | 10000101 | 111110 | 11101 | 0 | 110101 | 1001110 | 110000 | 10011 | 1000000 | 100000 |
Color Harmonies of #853E1D
Complementary color
Monochromatic Colors of #853E1D
Black with #853E1D
Text Example
Text Example
White with #853E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853E1D; }
p { color: rgb(133,62,29); }
H1.HeaderClassName
{
color: #853E1D;
}
.AnyTagClassName
{
color: #853E1D;
}
</style>
background-color css
<style>
a { background-color: #853E1D; }
a { background-color: rgb(133,62,29); }
div.DivClassName
{
background-color: #853E1D;
}
.BgClassName
{
background-color: #853E1D;
}
</style>
border-color css
<style>
span { border-color: #853E1D; }
span { border-color: rgb(133,62,29); }
td.TdClassName
{
border-color: #853E1D;
}
.TagClassName
{
border-color: #853E1D;
}
</style>