Shades of Russet #834420
Tints of Russet #834420
RGB
CMYK
RGB Variations
Color information
#834420 (or 0x834420) is known color: Russet. HEX triplet: 83, 44 and 20. RGB value is (131,68,32). Sum of RGB (Red+Green+Blue) = 131+68+32=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #834420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834420 is #7CBBDF. Grayscale: #525252. Windows color (decimal): -8174560 or 2114691. OLE color: 2114691.
HSL color Cylindrical-coordinate representation of color #834420: hue angle of 21.82º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #834420 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 68 | 32 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.49 |
| HSL | 21.82º | 0.61% | 0.32% | - |
| HSV(B) | 21.82º | 0.76% | 0.51% | - |
| XYZ | 11.69 | 9.06 | 2.5 | - |
| YUV | 82.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 32 | 0 | 0.48 | 0.76 | 0.49 | 21.82 | 0.61 | 0.32 |
| Hex | 83 | 44 | 20 | 0 | 30 | 4C | 31 | 16 | 3D | 20 |
| Octal | 203 | 104 | 40 | 0 | 60 | 114 | 61 | 26 | 75 | 40 |
| Binary | 10000011 | 1000100 | 100000 | 0 | 110000 | 1001100 | 110001 | 10110 | 111101 | 100000 |
Color Harmonies of #834420
Complementary color
Monochromatic Colors of #834420
Black with #834420
Text Example
Text Example
White with #834420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834420; }
p { color: rgb(131,68,32); }
H1.HeaderClassName
{
color: #834420;
}
.AnyTagClassName
{
color: #834420;
}
</style>
background-color css
<style>
a { background-color: #834420; }
a { background-color: rgb(131,68,32); }
div.DivClassName
{
background-color: #834420;
}
.BgClassName
{
background-color: #834420;
}
</style>
border-color css
<style>
span { border-color: #834420; }
span { border-color: rgb(131,68,32); }
td.TdClassName
{
border-color: #834420;
}
.TagClassName
{
border-color: #834420;
}
</style>