Shades of Russet #83451E
Tints of Russet #83451E
RGB
CMYK
RGB Variations
Color information
#83451E (or 0x83451E) is known color: Russet. HEX triplet: 83, 45 and 1E. RGB value is (131,69,30). Sum of RGB (Red+Green+Blue) = 131+69+30=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83451E is #7CBAE1. Grayscale: #535353. Windows color (decimal): -8174306 or 1983875. OLE color: 1983875.
HSL color Cylindrical-coordinate representation of color #83451E: hue angle of 23.17º 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 #83451E is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 69 | 30 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.49 |
| HSL | 23.17º | 0.63% | 0.32% | - |
| HSV(B) | 23.17º | 0.77% | 0.51% | - |
| XYZ | 11.72 | 9.18 | 2.38 | - |
| YUV | 83.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 30 | 0 | 0.47 | 0.77 | 0.49 | 23.17 | 0.63 | 0.32 |
| Hex | 83 | 45 | 1E | 0 | 2F | 4D | 31 | 17 | 3F | 20 |
| Octal | 203 | 105 | 36 | 0 | 57 | 115 | 61 | 27 | 77 | 40 |
| Binary | 10000011 | 1000101 | 11110 | 0 | 101111 | 1001101 | 110001 | 10111 | 111111 | 100000 |
Color Harmonies of #83451E
Complementary color
Monochromatic Colors of #83451E
Black with #83451E
Text Example
Text Example
White with #83451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83451E; }
p { color: rgb(131,69,30); }
H1.HeaderClassName
{
color: #83451E;
}
.AnyTagClassName
{
color: #83451E;
}
</style>
background-color css
<style>
a { background-color: #83451E; }
a { background-color: rgb(131,69,30); }
div.DivClassName
{
background-color: #83451E;
}
.BgClassName
{
background-color: #83451E;
}
</style>
border-color css
<style>
span { border-color: #83451E; }
span { border-color: rgb(131,69,30); }
td.TdClassName
{
border-color: #83451E;
}
.TagClassName
{
border-color: #83451E;
}
</style>