Shades of Russet #854B20
Tints of Russet #854B20
RGB
CMYK
RGB Variations
Color information
#854B20 (or 0x854B20) is known color: Russet. HEX triplet: 85, 4B and 20. RGB value is (133,75,32). Sum of RGB (Red+Green+Blue) = 133+75+32=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #854B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B20 is #7AB4DF. Grayscale: #575757. Windows color (decimal): -8041696 or 2116485. OLE color: 2116485.
HSL color Cylindrical-coordinate representation of color #854B20: hue angle of 25.54º 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 #854B20 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 32 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.48 |
| HSL | 25.54º | 0.61% | 0.32% | - |
| HSV(B) | 25.54º | 0.76% | 0.52% | - |
| XYZ | 12.45 | 10.12 | 2.66 | - |
| YUV | 87.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 32 | 0 | 0.44 | 0.76 | 0.48 | 25.54 | 0.61 | 0.32 |
| Hex | 85 | 4B | 20 | 0 | 2C | 4C | 30 | 1A | 3D | 20 |
| Octal | 205 | 113 | 40 | 0 | 54 | 114 | 60 | 32 | 75 | 40 |
| Binary | 10000101 | 1001011 | 100000 | 0 | 101100 | 1001100 | 110000 | 11010 | 111101 | 100000 |
Color Harmonies of #854B20
Complementary color
Monochromatic Colors of #854B20
Black with #854B20
Text Example
Text Example
White with #854B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B20; }
p { color: rgb(133,75,32); }
H1.HeaderClassName
{
color: #854B20;
}
.AnyTagClassName
{
color: #854B20;
}
</style>
background-color css
<style>
a { background-color: #854B20; }
a { background-color: rgb(133,75,32); }
div.DivClassName
{
background-color: #854B20;
}
.BgClassName
{
background-color: #854B20;
}
</style>
border-color css
<style>
span { border-color: #854B20; }
span { border-color: rgb(133,75,32); }
td.TdClassName
{
border-color: #854B20;
}
.TagClassName
{
border-color: #854B20;
}
</style>