Shades of Russet #83461B
Tints of Russet #83461B
RGB
CMYK
RGB Variations
Color information
#83461B (or 0x83461B) is known color: Russet. HEX triplet: 83, 46 and 1B. RGB value is (131,70,27). Sum of RGB (Red+Green+Blue) = 131+70+27=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83461B is #7CB9E4. Grayscale: #535353. Windows color (decimal): -8174053 or 1787523. OLE color: 1787523.
HSL color Cylindrical-coordinate representation of color #83461B: hue angle of 24.81º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83461B is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 70 | 27 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.49 |
| HSL | 24.81º | 0.66% | 0.31% | - |
| HSV(B) | 24.81º | 0.79% | 0.51% | - |
| XYZ | 11.75 | 9.28 | 2.21 | - |
| YUV | 83.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 27 | 0 | 0.47 | 0.79 | 0.49 | 24.81 | 0.66 | 0.31 |
| Hex | 83 | 46 | 1B | 0 | 2F | 4F | 31 | 19 | 42 | 1F |
| Octal | 203 | 106 | 33 | 0 | 57 | 117 | 61 | 31 | 102 | 37 |
| Binary | 10000011 | 1000110 | 11011 | 0 | 101111 | 1001111 | 110001 | 11001 | 1000010 | 11111 |
Color Harmonies of #83461B
Complementary color
Monochromatic Colors of #83461B
Black with #83461B
Text Example
Text Example
White with #83461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83461B; }
p { color: rgb(131,70,27); }
H1.HeaderClassName
{
color: #83461B;
}
.AnyTagClassName
{
color: #83461B;
}
</style>
background-color css
<style>
a { background-color: #83461B; }
a { background-color: rgb(131,70,27); }
div.DivClassName
{
background-color: #83461B;
}
.BgClassName
{
background-color: #83461B;
}
</style>
border-color css
<style>
span { border-color: #83461B; }
span { border-color: rgb(131,70,27); }
td.TdClassName
{
border-color: #83461B;
}
.TagClassName
{
border-color: #83461B;
}
</style>