Shades of Russet #854A20
Tints of Russet #854A20
RGB
CMYK
RGB Variations
Color information
#854A20 (or 0x854A20) is known color: Russet. HEX triplet: 85, 4A and 20. RGB value is (133,74,32). Sum of RGB (Red+Green+Blue) = 133+74+32=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #854A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A20 is #7AB5DF. Grayscale: #575757. Windows color (decimal): -8041952 or 2116229. OLE color: 2116229.
HSL color Cylindrical-coordinate representation of color #854A20: hue angle of 24.95º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #854A20 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 32 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.48 |
| HSL | 24.95º | 0.61% | 0.32% | - |
| HSV(B) | 24.95º | 0.76% | 0.52% | - |
| XYZ | 12.38 | 9.99 | 2.64 | - |
| YUV | 86.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 32 | 0 | 0.44 | 0.76 | 0.48 | 24.95 | 0.61 | 0.32 |
| Hex | 85 | 4A | 20 | 0 | 2C | 4C | 30 | 19 | 3D | 20 |
| Octal | 205 | 112 | 40 | 0 | 54 | 114 | 60 | 31 | 75 | 40 |
| Binary | 10000101 | 1001010 | 100000 | 0 | 101100 | 1001100 | 110000 | 11001 | 111101 | 100000 |
Color Harmonies of #854A20
Complementary color
Monochromatic Colors of #854A20
Black with #854A20
Text Example
Text Example
White with #854A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A20; }
p { color: rgb(133,74,32); }
H1.HeaderClassName
{
color: #854A20;
}
.AnyTagClassName
{
color: #854A20;
}
</style>
background-color css
<style>
a { background-color: #854A20; }
a { background-color: rgb(133,74,32); }
div.DivClassName
{
background-color: #854A20;
}
.BgClassName
{
background-color: #854A20;
}
</style>
border-color css
<style>
span { border-color: #854A20; }
span { border-color: rgb(133,74,32); }
td.TdClassName
{
border-color: #854A20;
}
.TagClassName
{
border-color: #854A20;
}
</style>