Shades of Russet #83521A
Tints of Russet #83521A
RGB
CMYK
RGB Variations
Color information
#83521A (or 0x83521A) is known color: Russet. HEX triplet: 83, 52 and 1A. RGB value is (131,82,26). Sum of RGB (Red+Green+Blue) = 131+82+26=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #83521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83521A is #7CADE5. Grayscale: #5A5A5A. Windows color (decimal): -8170982 or 1725059. OLE color: 1725059.
HSL color Cylindrical-coordinate representation of color #83521A: hue angle of 32º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83521A is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 26 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.49 |
| HSL | 32º | 0.67% | 0.31% | - |
| HSV(B) | 32º | 0.8% | 0.51% | - |
| XYZ | 12.56 | 10.93 | 2.43 | - |
| YUV | 90.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 26 | 0 | 0.37 | 0.80 | 0.49 | 32 | 0.67 | 0.31 |
| Hex | 83 | 52 | 1A | 0 | 25 | 50 | 31 | 20 | 43 | 1F |
| Octal | 203 | 122 | 32 | 0 | 45 | 120 | 61 | 40 | 103 | 37 |
| Binary | 10000011 | 1010010 | 11010 | 0 | 100101 | 1010000 | 110001 | 100000 | 1000011 | 11111 |
Color Harmonies of #83521A
Complementary color
Monochromatic Colors of #83521A
Black with #83521A
Text Example
Text Example
White with #83521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83521A; }
p { color: rgb(131,82,26); }
H1.HeaderClassName
{
color: #83521A;
}
.AnyTagClassName
{
color: #83521A;
}
</style>
background-color css
<style>
a { background-color: #83521A; }
a { background-color: rgb(131,82,26); }
div.DivClassName
{
background-color: #83521A;
}
.BgClassName
{
background-color: #83521A;
}
</style>
border-color css
<style>
span { border-color: #83521A; }
span { border-color: rgb(131,82,26); }
td.TdClassName
{
border-color: #83521A;
}
.TagClassName
{
border-color: #83521A;
}
</style>