Shades of Russet #854D1D
Tints of Russet #854D1D
RGB
CMYK
RGB Variations
Color information
#854D1D (or 0x854D1D) is known color: Russet. HEX triplet: 85, 4D and 1D. RGB value is (133,77,29). Sum of RGB (Red+Green+Blue) = 133+77+29=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #854D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D1D is #7AB2E2. Grayscale: #585858. Windows color (decimal): -8041187 or 1920389. OLE color: 1920389.
HSL color Cylindrical-coordinate representation of color #854D1D: hue angle of 27.69º 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 #854D1D is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 29 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.48 |
| HSL | 27.69º | 0.64% | 0.32% | - |
| HSV(B) | 27.69º | 0.78% | 0.52% | - |
| XYZ | 12.55 | 10.38 | 2.51 | - |
| YUV | 88.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 29 | 0 | 0.42 | 0.78 | 0.48 | 27.69 | 0.64 | 0.32 |
| Hex | 85 | 4D | 1D | 0 | 2A | 4E | 30 | 1C | 40 | 20 |
| Octal | 205 | 115 | 35 | 0 | 52 | 116 | 60 | 34 | 100 | 40 |
| Binary | 10000101 | 1001101 | 11101 | 0 | 101010 | 1001110 | 110000 | 11100 | 1000000 | 100000 |
Color Harmonies of #854D1D
Complementary color
Monochromatic Colors of #854D1D
Black with #854D1D
Text Example
Text Example
White with #854D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D1D; }
p { color: rgb(133,77,29); }
H1.HeaderClassName
{
color: #854D1D;
}
.AnyTagClassName
{
color: #854D1D;
}
</style>
background-color css
<style>
a { background-color: #854D1D; }
a { background-color: rgb(133,77,29); }
div.DivClassName
{
background-color: #854D1D;
}
.BgClassName
{
background-color: #854D1D;
}
</style>
border-color css
<style>
span { border-color: #854D1D; }
span { border-color: rgb(133,77,29); }
td.TdClassName
{
border-color: #854D1D;
}
.TagClassName
{
border-color: #854D1D;
}
</style>