Shades of Russet #82471B
Tints of Russet #82471B
RGB
CMYK
RGB Variations
Color information
#82471B (or 0x82471B) is known color: Russet. HEX triplet: 82, 47 and 1B. RGB value is (130,71,27). Sum of RGB (Red+Green+Blue) = 130+71+27=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #82471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82471B is #7DB8E4. Grayscale: #535353. Windows color (decimal): -8239333 or 1787778. OLE color: 1787778.
HSL color Cylindrical-coordinate representation of color #82471B: hue angle of 25.63º 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 #82471B is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 27 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.49 |
| HSL | 25.63º | 0.66% | 0.31% | - |
| HSV(B) | 25.63º | 0.79% | 0.51% | - |
| XYZ | 11.66 | 9.33 | 2.22 | - |
| YUV | 83.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 27 | 0 | 0.45 | 0.79 | 0.49 | 25.63 | 0.66 | 0.31 |
| Hex | 82 | 47 | 1B | 0 | 2D | 4F | 31 | 1A | 42 | 1F |
| Octal | 202 | 107 | 33 | 0 | 55 | 117 | 61 | 32 | 102 | 37 |
| Binary | 10000010 | 1000111 | 11011 | 0 | 101101 | 1001111 | 110001 | 11010 | 1000010 | 11111 |
Color Harmonies of #82471B
Complementary color
Monochromatic Colors of #82471B
Black with #82471B
Text Example
Text Example
White with #82471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82471B; }
p { color: rgb(130,71,27); }
H1.HeaderClassName
{
color: #82471B;
}
.AnyTagClassName
{
color: #82471B;
}
</style>
background-color css
<style>
a { background-color: #82471B; }
a { background-color: rgb(130,71,27); }
div.DivClassName
{
background-color: #82471B;
}
.BgClassName
{
background-color: #82471B;
}
</style>
border-color css
<style>
span { border-color: #82471B; }
span { border-color: rgb(130,71,27); }
td.TdClassName
{
border-color: #82471B;
}
.TagClassName
{
border-color: #82471B;
}
</style>