Shades of Russet #834A16
Tints of Russet #834A16
RGB
CMYK
RGB Variations
Color information
#834A16 (or 0x834A16) is known color: Russet. HEX triplet: 83, 4A and 16. RGB value is (131,74,22). Sum of RGB (Red+Green+Blue) = 131+74+22=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #834A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834A16 is #7CB5E9. Grayscale: #555555. Windows color (decimal): -8173034 or 1460867. OLE color: 1460867.
HSL color Cylindrical-coordinate representation of color #834A16: hue angle of 28.62º 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 #834A16 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 74 | 22 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.49 |
| HSL | 28.62º | 0.71% | 0.3% | - |
| HSV(B) | 28.62º | 0.83% | 0.51% | - |
| XYZ | 11.95 | 9.78 | 2.02 | - |
| YUV | 85.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 22 | 0 | 0.44 | 0.83 | 0.49 | 28.62 | 0.71 | 0.3 |
| Hex | 83 | 4A | 16 | 0 | 2C | 53 | 31 | 1D | 47 | 1E |
| Octal | 203 | 112 | 26 | 0 | 54 | 123 | 61 | 35 | 107 | 36 |
| Binary | 10000011 | 1001010 | 10110 | 0 | 101100 | 1010011 | 110001 | 11101 | 1000111 | 11110 |
Color Harmonies of #834A16
Complementary color
Monochromatic Colors of #834A16
Black with #834A16
Text Example
Text Example
White with #834A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834A16; }
p { color: rgb(131,74,22); }
H1.HeaderClassName
{
color: #834A16;
}
.AnyTagClassName
{
color: #834A16;
}
</style>
background-color css
<style>
a { background-color: #834A16; }
a { background-color: rgb(131,74,22); }
div.DivClassName
{
background-color: #834A16;
}
.BgClassName
{
background-color: #834A16;
}
</style>
border-color css
<style>
span { border-color: #834A16; }
span { border-color: rgb(131,74,22); }
td.TdClassName
{
border-color: #834A16;
}
.TagClassName
{
border-color: #834A16;
}
</style>