Shades of Russet #834D20
Tints of Russet #834D20
RGB
CMYK
RGB Variations
Color information
#834D20 (or 0x834D20) is known color: Russet. HEX triplet: 83, 4D and 20. RGB value is (131,77,32). Sum of RGB (Red+Green+Blue) = 131+77+32=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #834D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D20 is #7CB2DF. Grayscale: #585858. Windows color (decimal): -8172256 or 2116995. OLE color: 2116995.
HSL color Cylindrical-coordinate representation of color #834D20: hue angle of 27.27º 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 #834D20 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 32 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.49 |
| HSL | 27.27º | 0.61% | 0.32% | - |
| HSV(B) | 27.27º | 0.76% | 0.51% | - |
| XYZ | 12.27 | 10.24 | 2.7 | - |
| YUV | 88.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 32 | 0 | 0.41 | 0.76 | 0.49 | 27.27 | 0.61 | 0.32 |
| Hex | 83 | 4D | 20 | 0 | 29 | 4C | 31 | 1B | 3D | 20 |
| Octal | 203 | 115 | 40 | 0 | 51 | 114 | 61 | 33 | 75 | 40 |
| Binary | 10000011 | 1001101 | 100000 | 0 | 101001 | 1001100 | 110001 | 11011 | 111101 | 100000 |
Color Harmonies of #834D20
Complementary color
Monochromatic Colors of #834D20
Black with #834D20
Text Example
Text Example
White with #834D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D20; }
p { color: rgb(131,77,32); }
H1.HeaderClassName
{
color: #834D20;
}
.AnyTagClassName
{
color: #834D20;
}
</style>
background-color css
<style>
a { background-color: #834D20; }
a { background-color: rgb(131,77,32); }
div.DivClassName
{
background-color: #834D20;
}
.BgClassName
{
background-color: #834D20;
}
</style>
border-color css
<style>
span { border-color: #834D20; }
span { border-color: rgb(131,77,32); }
td.TdClassName
{
border-color: #834D20;
}
.TagClassName
{
border-color: #834D20;
}
</style>