Shades of Russet #854A1D
Tints of Russet #854A1D
RGB
CMYK
RGB Variations
Color information
#854A1D (or 0x854A1D) is known color: Russet. HEX triplet: 85, 4A and 1D. RGB value is (133,74,29). Sum of RGB (Red+Green+Blue) = 133+74+29=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #854A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A1D is #7AB5E2. Grayscale: #565656. Windows color (decimal): -8041955 or 1919621. OLE color: 1919621.
HSL color Cylindrical-coordinate representation of color #854A1D: hue angle of 25.96º 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 #854A1D is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 29 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.48 |
| HSL | 25.96º | 0.64% | 0.32% | - |
| HSV(B) | 25.96º | 0.78% | 0.52% | - |
| XYZ | 12.34 | 9.97 | 2.44 | - |
| YUV | 86.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 29 | 0 | 0.44 | 0.78 | 0.48 | 25.96 | 0.64 | 0.32 |
| Hex | 85 | 4A | 1D | 0 | 2C | 4E | 30 | 1A | 40 | 20 |
| Octal | 205 | 112 | 35 | 0 | 54 | 116 | 60 | 32 | 100 | 40 |
| Binary | 10000101 | 1001010 | 11101 | 0 | 101100 | 1001110 | 110000 | 11010 | 1000000 | 100000 |
Color Harmonies of #854A1D
Complementary color
Monochromatic Colors of #854A1D
Black with #854A1D
Text Example
Text Example
White with #854A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A1D; }
p { color: rgb(133,74,29); }
H1.HeaderClassName
{
color: #854A1D;
}
.AnyTagClassName
{
color: #854A1D;
}
</style>
background-color css
<style>
a { background-color: #854A1D; }
a { background-color: rgb(133,74,29); }
div.DivClassName
{
background-color: #854A1D;
}
.BgClassName
{
background-color: #854A1D;
}
</style>
border-color css
<style>
span { border-color: #854A1D; }
span { border-color: rgb(133,74,29); }
td.TdClassName
{
border-color: #854A1D;
}
.TagClassName
{
border-color: #854A1D;
}
</style>