Shades of Russet #854C21
Tints of Russet #854C21
RGB
CMYK
RGB Variations
Color information
#854C21 (or 0x854C21) is known color: Russet. HEX triplet: 85, 4C and 21. RGB value is (133,76,33). Sum of RGB (Red+Green+Blue) = 133+76+33=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #854C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C21 is #7AB3DE. Grayscale: #585858. Windows color (decimal): -8041439 or 2182277. OLE color: 2182277.
HSL color Cylindrical-coordinate representation of color #854C21: hue angle of 25.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #854C21 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 76 | 33 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.48 |
| HSL | 25.8º | 0.6% | 0.33% | - |
| HSV(B) | 25.8º | 0.75% | 0.52% | - |
| XYZ | 12.53 | 10.27 | 2.76 | - |
| YUV | 88.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 33 | 0 | 0.43 | 0.75 | 0.48 | 25.8 | 0.6 | 0.33 |
| Hex | 85 | 4C | 21 | 0 | 2B | 4B | 30 | 1A | 3C | 21 |
| Octal | 205 | 114 | 41 | 0 | 53 | 113 | 60 | 32 | 74 | 41 |
| Binary | 10000101 | 1001100 | 100001 | 0 | 101011 | 1001011 | 110000 | 11010 | 111100 | 100001 |
Color Harmonies of #854C21
Complementary color
Monochromatic Colors of #854C21
Black with #854C21
Text Example
Text Example
White with #854C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C21; }
p { color: rgb(133,76,33); }
H1.HeaderClassName
{
color: #854C21;
}
.AnyTagClassName
{
color: #854C21;
}
</style>
background-color css
<style>
a { background-color: #854C21; }
a { background-color: rgb(133,76,33); }
div.DivClassName
{
background-color: #854C21;
}
.BgClassName
{
background-color: #854C21;
}
</style>
border-color css
<style>
span { border-color: #854C21; }
span { border-color: rgb(133,76,33); }
td.TdClassName
{
border-color: #854C21;
}
.TagClassName
{
border-color: #854C21;
}
</style>