Shades of Russet #83461E
Tints of Russet #83461E
RGB
CMYK
RGB Variations
Color information
#83461E (or 0x83461E) is known color: Russet. HEX triplet: 83, 46 and 1E. RGB value is (131,70,30). Sum of RGB (Red+Green+Blue) = 131+70+30=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #83461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83461E is #7CB9E1. Grayscale: #535353. Windows color (decimal): -8174050 or 1984131. OLE color: 1984131.
HSL color Cylindrical-coordinate representation of color #83461E: hue angle of 23.76º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83461E is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 70 | 30 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.49 |
| HSL | 23.76º | 0.63% | 0.32% | - |
| HSV(B) | 23.76º | 0.77% | 0.51% | - |
| XYZ | 11.78 | 9.3 | 2.4 | - |
| YUV | 83.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 30 | 0 | 0.47 | 0.77 | 0.49 | 23.76 | 0.63 | 0.32 |
| Hex | 83 | 46 | 1E | 0 | 2F | 4D | 31 | 18 | 3F | 20 |
| Octal | 203 | 106 | 36 | 0 | 57 | 115 | 61 | 30 | 77 | 40 |
| Binary | 10000011 | 1000110 | 11110 | 0 | 101111 | 1001101 | 110001 | 11000 | 111111 | 100000 |
Color Harmonies of #83461E
Complementary color
Monochromatic Colors of #83461E
Black with #83461E
Text Example
Text Example
White with #83461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83461E; }
p { color: rgb(131,70,30); }
H1.HeaderClassName
{
color: #83461E;
}
.AnyTagClassName
{
color: #83461E;
}
</style>
background-color css
<style>
a { background-color: #83461E; }
a { background-color: rgb(131,70,30); }
div.DivClassName
{
background-color: #83461E;
}
.BgClassName
{
background-color: #83461E;
}
</style>
border-color css
<style>
span { border-color: #83461E; }
span { border-color: rgb(131,70,30); }
td.TdClassName
{
border-color: #83461E;
}
.TagClassName
{
border-color: #83461E;
}
</style>