Shades of Russet #82461A
Tints of Russet #82461A
RGB
CMYK
RGB Variations
Color information
#82461A (or 0x82461A) is known color: Russet. HEX triplet: 82, 46 and 1A. RGB value is (130,70,26). Sum of RGB (Red+Green+Blue) = 130+70+26=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82461A is #7DB9E5. Grayscale: #535353. Windows color (decimal): -8239590 or 1721986. OLE color: 1721986.
HSL color Cylindrical-coordinate representation of color #82461A: hue angle of 25.38º 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 #82461A is Cyan = 0, Magento = 0.46, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 70 | 26 | - |
| CMYK | 0 | 0.46 | 0.8 | 0.49 |
| HSL | 25.38º | 0.67% | 0.31% | - |
| HSV(B) | 25.38º | 0.8% | 0.51% | - |
| XYZ | 11.58 | 9.2 | 2.14 | - |
| YUV | 82.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 26 | 0 | 0.46 | 0.8 | 0.49 | 25.38 | 0.67 | 0.31 |
| Hex | 82 | 46 | 1A | 0 | 2E | 50 | 31 | 19 | 43 | 1F |
| Octal | 202 | 106 | 32 | 0 | 56 | 120 | 61 | 31 | 103 | 37 |
| Binary | 10000010 | 1000110 | 11010 | 0 | 101110 | 1010000 | 110001 | 11001 | 1000011 | 11111 |
Color Harmonies of #82461A
Complementary color
Monochromatic Colors of #82461A
Black with #82461A
Text Example
Text Example
White with #82461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82461A; }
p { color: rgb(130,70,26); }
H1.HeaderClassName
{
color: #82461A;
}
.AnyTagClassName
{
color: #82461A;
}
</style>
background-color css
<style>
a { background-color: #82461A; }
a { background-color: rgb(130,70,26); }
div.DivClassName
{
background-color: #82461A;
}
.BgClassName
{
background-color: #82461A;
}
</style>
border-color css
<style>
span { border-color: #82461A; }
span { border-color: rgb(130,70,26); }
td.TdClassName
{
border-color: #82461A;
}
.TagClassName
{
border-color: #82461A;
}
</style>