Shades of Russet #834821
Tints of Russet #834821
RGB
CMYK
RGB Variations
Color information
#834821 (or 0x834821) is known color: Russet. HEX triplet: 83, 48 and 21. RGB value is (131,72,33). Sum of RGB (Red+Green+Blue) = 131+72+33=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #834821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834821 is #7CB7DE. Grayscale: #555555. Windows color (decimal): -8173535 or 2181251. OLE color: 2181251.
HSL color Cylindrical-coordinate representation of color #834821: hue angle of 23.88º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #834821 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 33 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.49 |
| HSL | 23.88º | 0.6% | 0.32% | - |
| HSV(B) | 23.88º | 0.75% | 0.51% | - |
| XYZ | 11.95 | 9.57 | 2.66 | - |
| YUV | 85.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 33 | 0 | 0.45 | 0.75 | 0.49 | 23.88 | 0.6 | 0.32 |
| Hex | 83 | 48 | 21 | 0 | 2D | 4B | 31 | 18 | 3C | 20 |
| Octal | 203 | 110 | 41 | 0 | 55 | 113 | 61 | 30 | 74 | 40 |
| Binary | 10000011 | 1001000 | 100001 | 0 | 101101 | 1001011 | 110001 | 11000 | 111100 | 100000 |
Color Harmonies of #834821
Complementary color
Monochromatic Colors of #834821
Black with #834821
Text Example
Text Example
White with #834821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834821; }
p { color: rgb(131,72,33); }
H1.HeaderClassName
{
color: #834821;
}
.AnyTagClassName
{
color: #834821;
}
</style>
background-color css
<style>
a { background-color: #834821; }
a { background-color: rgb(131,72,33); }
div.DivClassName
{
background-color: #834821;
}
.BgClassName
{
background-color: #834821;
}
</style>
border-color css
<style>
span { border-color: #834821; }
span { border-color: rgb(131,72,33); }
td.TdClassName
{
border-color: #834821;
}
.TagClassName
{
border-color: #834821;
}
</style>