Shades of Russet #854C20
Tints of Russet #854C20
RGB
CMYK
RGB Variations
Color information
#854C20 (or 0x854C20) is known color: Russet. HEX triplet: 85, 4C and 20. RGB value is (133,76,32). Sum of RGB (Red+Green+Blue) = 133+76+32=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #854C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C20 is #7AB3DF. Grayscale: #585858. Windows color (decimal): -8041440 or 2116741. OLE color: 2116741.
HSL color Cylindrical-coordinate representation of color #854C20: hue angle of 26.14º 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 #854C20 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 76 | 32 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.48 |
| HSL | 26.14º | 0.61% | 0.32% | - |
| HSV(B) | 26.14º | 0.76% | 0.52% | - |
| XYZ | 12.52 | 10.26 | 2.69 | - |
| YUV | 88.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 32 | 0 | 0.43 | 0.76 | 0.48 | 26.14 | 0.61 | 0.32 |
| Hex | 85 | 4C | 20 | 0 | 2B | 4C | 30 | 1A | 3D | 20 |
| Octal | 205 | 114 | 40 | 0 | 53 | 114 | 60 | 32 | 75 | 40 |
| Binary | 10000101 | 1001100 | 100000 | 0 | 101011 | 1001100 | 110000 | 11010 | 111101 | 100000 |
Color Harmonies of #854C20
Complementary color
Monochromatic Colors of #854C20
Black with #854C20
Text Example
Text Example
White with #854C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C20; }
p { color: rgb(133,76,32); }
H1.HeaderClassName
{
color: #854C20;
}
.AnyTagClassName
{
color: #854C20;
}
</style>
background-color css
<style>
a { background-color: #854C20; }
a { background-color: rgb(133,76,32); }
div.DivClassName
{
background-color: #854C20;
}
.BgClassName
{
background-color: #854C20;
}
</style>
border-color css
<style>
span { border-color: #854C20; }
span { border-color: rgb(133,76,32); }
td.TdClassName
{
border-color: #854C20;
}
.TagClassName
{
border-color: #854C20;
}
</style>