Shades of Russet #854121
Tints of Russet #854121
RGB
CMYK
RGB Variations
Color information
#854121 (or 0x854121) is known color: Russet. HEX triplet: 85, 41 and 21. RGB value is (133,65,33). Sum of RGB (Red+Green+Blue) = 133+65+33=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #854121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854121 is #7ABEDE. Grayscale: #515151. Windows color (decimal): -8044255 or 2179461. OLE color: 2179461.
HSL color Cylindrical-coordinate representation of color #854121: hue angle of 19.2º 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 #854121 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 33 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.48 |
| HSL | 19.2º | 0.6% | 0.33% | - |
| HSV(B) | 19.2º | 0.75% | 0.52% | - |
| XYZ | 11.84 | 8.88 | 2.53 | - |
| YUV | 81.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 33 | 0 | 0.51 | 0.75 | 0.48 | 19.2 | 0.6 | 0.33 |
| Hex | 85 | 41 | 21 | 0 | 33 | 4B | 30 | 13 | 3C | 21 |
| Octal | 205 | 101 | 41 | 0 | 63 | 113 | 60 | 23 | 74 | 41 |
| Binary | 10000101 | 1000001 | 100001 | 0 | 110011 | 1001011 | 110000 | 10011 | 111100 | 100001 |
Color Harmonies of #854121
Complementary color
Monochromatic Colors of #854121
Black with #854121
Text Example
Text Example
White with #854121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854121; }
p { color: rgb(133,65,33); }
H1.HeaderClassName
{
color: #854121;
}
.AnyTagClassName
{
color: #854121;
}
</style>
background-color css
<style>
a { background-color: #854121; }
a { background-color: rgb(133,65,33); }
div.DivClassName
{
background-color: #854121;
}
.BgClassName
{
background-color: #854121;
}
</style>
border-color css
<style>
span { border-color: #854121; }
span { border-color: rgb(133,65,33); }
td.TdClassName
{
border-color: #854121;
}
.TagClassName
{
border-color: #854121;
}
</style>