Shades of Russet #834220
Tints of Russet #834220
RGB
CMYK
RGB Variations
Color information
#834220 (or 0x834220) is known color: Russet. HEX triplet: 83, 42 and 20. RGB value is (131,66,32). Sum of RGB (Red+Green+Blue) = 131+66+32=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #834220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834220 is #7CBDDF. Grayscale: #515151. Windows color (decimal): -8175072 or 2114179. OLE color: 2114179.
HSL color Cylindrical-coordinate representation of color #834220: hue angle of 20.61º 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 #834220 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 66 | 32 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.49 |
| HSL | 20.61º | 0.61% | 0.32% | - |
| HSV(B) | 20.61º | 0.76% | 0.51% | - |
| XYZ | 11.57 | 8.83 | 2.46 | - |
| YUV | 81.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 66 | 32 | 0 | 0.50 | 0.76 | 0.49 | 20.61 | 0.61 | 0.32 |
| Hex | 83 | 42 | 20 | 0 | 32 | 4C | 31 | 15 | 3D | 20 |
| Octal | 203 | 102 | 40 | 0 | 62 | 114 | 61 | 25 | 75 | 40 |
| Binary | 10000011 | 1000010 | 100000 | 0 | 110010 | 1001100 | 110001 | 10101 | 111101 | 100000 |
Color Harmonies of #834220
Complementary color
Monochromatic Colors of #834220
Black with #834220
Text Example
Text Example
White with #834220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834220; }
p { color: rgb(131,66,32); }
H1.HeaderClassName
{
color: #834220;
}
.AnyTagClassName
{
color: #834220;
}
</style>
background-color css
<style>
a { background-color: #834220; }
a { background-color: rgb(131,66,32); }
div.DivClassName
{
background-color: #834220;
}
.BgClassName
{
background-color: #834220;
}
</style>
border-color css
<style>
span { border-color: #834220; }
span { border-color: rgb(131,66,32); }
td.TdClassName
{
border-color: #834220;
}
.TagClassName
{
border-color: #834220;
}
</style>