Shades of Russet #82441A
Tints of Russet #82441A
RGB
CMYK
RGB Variations
Color information
#82441A (or 0x82441A) is known color: Russet. HEX triplet: 82, 44 and 1A. RGB value is (130,68,26). Sum of RGB (Red+Green+Blue) = 130+68+26=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82441A is #7DBBE5. Grayscale: #515151. Windows color (decimal): -8240102 or 1721474. OLE color: 1721474.
HSL color Cylindrical-coordinate representation of color #82441A: hue angle of 24.23º 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 #82441A is Cyan = 0, Magento = 0.48, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 26 | - |
| CMYK | 0 | 0.48 | 0.8 | 0.49 |
| HSL | 24.23º | 0.67% | 0.31% | - |
| HSV(B) | 24.23º | 0.8% | 0.51% | - |
| XYZ | 11.46 | 8.95 | 2.1 | - |
| YUV | 81.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 26 | 0 | 0.48 | 0.8 | 0.49 | 24.23 | 0.67 | 0.31 |
| Hex | 82 | 44 | 1A | 0 | 30 | 50 | 31 | 18 | 43 | 1F |
| Octal | 202 | 104 | 32 | 0 | 60 | 120 | 61 | 30 | 103 | 37 |
| Binary | 10000010 | 1000100 | 11010 | 0 | 110000 | 1010000 | 110001 | 11000 | 1000011 | 11111 |
Color Harmonies of #82441A
Complementary color
Monochromatic Colors of #82441A
Black with #82441A
Text Example
Text Example
White with #82441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82441A; }
p { color: rgb(130,68,26); }
H1.HeaderClassName
{
color: #82441A;
}
.AnyTagClassName
{
color: #82441A;
}
</style>
background-color css
<style>
a { background-color: #82441A; }
a { background-color: rgb(130,68,26); }
div.DivClassName
{
background-color: #82441A;
}
.BgClassName
{
background-color: #82441A;
}
</style>
border-color css
<style>
span { border-color: #82441A; }
span { border-color: rgb(130,68,26); }
td.TdClassName
{
border-color: #82441A;
}
.TagClassName
{
border-color: #82441A;
}
</style>