Shades of Russet #824823
Tints of Russet #824823
RGB
CMYK
RGB Variations
Color information
#824823 (or 0x824823) is known color: Russet. HEX triplet: 82, 48 and 23. RGB value is (130,72,35). Sum of RGB (Red+Green+Blue) = 130+72+35=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #824823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824823 is #7DB7DC. Grayscale: #555555. Windows color (decimal): -8239069 or 2312322. OLE color: 2312322.
HSL color Cylindrical-coordinate representation of color #824823: hue angle of 23.37º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #824823 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 35 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.49 |
| HSL | 23.37º | 0.58% | 0.32% | - |
| HSV(B) | 23.37º | 0.73% | 0.51% | - |
| XYZ | 11.83 | 9.5 | 2.8 | - |
| YUV | 85.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 35 | 0 | 0.45 | 0.73 | 0.49 | 23.37 | 0.58 | 0.32 |
| Hex | 82 | 48 | 23 | 0 | 2D | 49 | 31 | 17 | 3A | 20 |
| Octal | 202 | 110 | 43 | 0 | 55 | 111 | 61 | 27 | 72 | 40 |
| Binary | 10000010 | 1001000 | 100011 | 0 | 101101 | 1001001 | 110001 | 10111 | 111010 | 100000 |
Color Harmonies of #824823
Complementary color
Monochromatic Colors of #824823
Black with #824823
Text Example
Text Example
White with #824823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824823; }
p { color: rgb(130,72,35); }
H1.HeaderClassName
{
color: #824823;
}
.AnyTagClassName
{
color: #824823;
}
</style>
background-color css
<style>
a { background-color: #824823; }
a { background-color: rgb(130,72,35); }
div.DivClassName
{
background-color: #824823;
}
.BgClassName
{
background-color: #824823;
}
</style>
border-color css
<style>
span { border-color: #824823; }
span { border-color: rgb(130,72,35); }
td.TdClassName
{
border-color: #824823;
}
.TagClassName
{
border-color: #824823;
}
</style>