Shades of Russet #853D1D
Tints of Russet #853D1D
RGB
CMYK
RGB Variations
Color information
#853D1D (or 0x853D1D) is known color: Russet. HEX triplet: 85, 3D and 1D. RGB value is (133,61,29). Sum of RGB (Red+Green+Blue) = 133+61+29=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #853D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D1D is #7AC2E2. Grayscale: #4F4F4F. Windows color (decimal): -8045283 or 1916293. OLE color: 1916293.
HSL color Cylindrical-coordinate representation of color #853D1D: hue angle of 18.46º 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 #853D1D is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 29 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.48 |
| HSL | 18.46º | 0.64% | 0.32% | - |
| HSV(B) | 18.46º | 0.78% | 0.52% | - |
| XYZ | 11.56 | 8.41 | 2.18 | - |
| YUV | 78.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 29 | 0 | 0.54 | 0.78 | 0.48 | 18.46 | 0.64 | 0.32 |
| Hex | 85 | 3D | 1D | 0 | 36 | 4E | 30 | 12 | 40 | 20 |
| Octal | 205 | 75 | 35 | 0 | 66 | 116 | 60 | 22 | 100 | 40 |
| Binary | 10000101 | 111101 | 11101 | 0 | 110110 | 1001110 | 110000 | 10010 | 1000000 | 100000 |
Color Harmonies of #853D1D
Complementary color
Monochromatic Colors of #853D1D
Black with #853D1D
Text Example
Text Example
White with #853D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D1D; }
p { color: rgb(133,61,29); }
H1.HeaderClassName
{
color: #853D1D;
}
.AnyTagClassName
{
color: #853D1D;
}
</style>
background-color css
<style>
a { background-color: #853D1D; }
a { background-color: rgb(133,61,29); }
div.DivClassName
{
background-color: #853D1D;
}
.BgClassName
{
background-color: #853D1D;
}
</style>
border-color css
<style>
span { border-color: #853D1D; }
span { border-color: rgb(133,61,29); }
td.TdClassName
{
border-color: #853D1D;
}
.TagClassName
{
border-color: #853D1D;
}
</style>