Shades of Russet #83501D
Tints of Russet #83501D
RGB
CMYK
RGB Variations
Color information
#83501D (or 0x83501D) is known color: Russet. HEX triplet: 83, 50 and 1D. RGB value is (131,80,29). Sum of RGB (Red+Green+Blue) = 131+80+29=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83501D is #7CAFE2. Grayscale: #595959. Windows color (decimal): -8171491 or 1921155. OLE color: 1921155.
HSL color Cylindrical-coordinate representation of color #83501D: hue angle of 30º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83501D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 29 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.49 |
| HSL | 30º | 0.64% | 0.31% | - |
| HSV(B) | 30º | 0.78% | 0.51% | - |
| XYZ | 12.45 | 10.65 | 2.56 | - |
| YUV | 89.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 29 | 0 | 0.39 | 0.78 | 0.49 | 30 | 0.64 | 0.31 |
| Hex | 83 | 50 | 1D | 0 | 27 | 4E | 31 | 1E | 40 | 1F |
| Octal | 203 | 120 | 35 | 0 | 47 | 116 | 61 | 36 | 100 | 37 |
| Binary | 10000011 | 1010000 | 11101 | 0 | 100111 | 1001110 | 110001 | 11110 | 1000000 | 11111 |
Color Harmonies of #83501D
Complementary color
Monochromatic Colors of #83501D
Black with #83501D
Text Example
Text Example
White with #83501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83501D; }
p { color: rgb(131,80,29); }
H1.HeaderClassName
{
color: #83501D;
}
.AnyTagClassName
{
color: #83501D;
}
</style>
background-color css
<style>
a { background-color: #83501D; }
a { background-color: rgb(131,80,29); }
div.DivClassName
{
background-color: #83501D;
}
.BgClassName
{
background-color: #83501D;
}
</style>
border-color css
<style>
span { border-color: #83501D; }
span { border-color: rgb(131,80,29); }
td.TdClassName
{
border-color: #83501D;
}
.TagClassName
{
border-color: #83501D;
}
</style>