Shades of Russet #83511E
Tints of Russet #83511E
RGB
CMYK
RGB Variations
Color information
#83511E (or 0x83511E) is known color: Russet. HEX triplet: 83, 51 and 1E. RGB value is (131,81,30). Sum of RGB (Red+Green+Blue) = 131+81+30=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83511E is #7CAEE1. Grayscale: #5A5A5A. Windows color (decimal): -8171234 or 1986947. OLE color: 1986947.
HSL color Cylindrical-coordinate representation of color #83511E: hue angle of 30.3º 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 #83511E is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 81 | 30 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.49 |
| HSL | 30.3º | 0.63% | 0.32% | - |
| HSV(B) | 30.3º | 0.77% | 0.51% | - |
| XYZ | 12.54 | 10.8 | 2.65 | - |
| YUV | 90.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 30 | 0 | 0.38 | 0.77 | 0.49 | 30.3 | 0.63 | 0.32 |
| Hex | 83 | 51 | 1E | 0 | 26 | 4D | 31 | 1E | 3F | 20 |
| Octal | 203 | 121 | 36 | 0 | 46 | 115 | 61 | 36 | 77 | 40 |
| Binary | 10000011 | 1010001 | 11110 | 0 | 100110 | 1001101 | 110001 | 11110 | 111111 | 100000 |
Color Harmonies of #83511E
Complementary color
Monochromatic Colors of #83511E
Black with #83511E
Text Example
Text Example
White with #83511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83511E; }
p { color: rgb(131,81,30); }
H1.HeaderClassName
{
color: #83511E;
}
.AnyTagClassName
{
color: #83511E;
}
</style>
background-color css
<style>
a { background-color: #83511E; }
a { background-color: rgb(131,81,30); }
div.DivClassName
{
background-color: #83511E;
}
.BgClassName
{
background-color: #83511E;
}
</style>
border-color css
<style>
span { border-color: #83511E; }
span { border-color: rgb(131,81,30); }
td.TdClassName
{
border-color: #83511E;
}
.TagClassName
{
border-color: #83511E;
}
</style>