Shades of Russet #834D16
Tints of Russet #834D16
RGB
CMYK
RGB Variations
Color information
#834D16 (or 0x834D16) is known color: Russet. HEX triplet: 83, 4D and 16. RGB value is (131,77,22). Sum of RGB (Red+Green+Blue) = 131+77+22=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #834D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834D16 is #7CB2E9. Grayscale: #575757. Windows color (decimal): -8172266 or 1461635. OLE color: 1461635.
HSL color Cylindrical-coordinate representation of color #834D16: hue angle of 30.28º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #834D16 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 22 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.49 |
| HSL | 30.28º | 0.71% | 0.3% | - |
| HSV(B) | 30.28º | 0.83% | 0.51% | - |
| XYZ | 12.16 | 10.19 | 2.09 | - |
| YUV | 86.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 22 | 0 | 0.41 | 0.83 | 0.49 | 30.28 | 0.71 | 0.3 |
| Hex | 83 | 4D | 16 | 0 | 29 | 53 | 31 | 1E | 47 | 1E |
| Octal | 203 | 115 | 26 | 0 | 51 | 123 | 61 | 36 | 107 | 36 |
| Binary | 10000011 | 1001101 | 10110 | 0 | 101001 | 1010011 | 110001 | 11110 | 1000111 | 11110 |
Color Harmonies of #834D16
Complementary color
Monochromatic Colors of #834D16
Black with #834D16
Text Example
Text Example
White with #834D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D16; }
p { color: rgb(131,77,22); }
H1.HeaderClassName
{
color: #834D16;
}
.AnyTagClassName
{
color: #834D16;
}
</style>
background-color css
<style>
a { background-color: #834D16; }
a { background-color: rgb(131,77,22); }
div.DivClassName
{
background-color: #834D16;
}
.BgClassName
{
background-color: #834D16;
}
</style>
border-color css
<style>
span { border-color: #834D16; }
span { border-color: rgb(131,77,22); }
td.TdClassName
{
border-color: #834D16;
}
.TagClassName
{
border-color: #834D16;
}
</style>