Shades of Russet #824123
Tints of Russet #824123
RGB
CMYK
RGB Variations
Color information
#824123 (or 0x824123) is known color: Russet. HEX triplet: 82, 41 and 23. RGB value is (130,65,35). Sum of RGB (Red+Green+Blue) = 130+65+35=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #824123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824123 is #7DBEDC. Grayscale: #515151. Windows color (decimal): -8240861 or 2310530. OLE color: 2310530.
HSL color Cylindrical-coordinate representation of color #824123: hue angle of 18.95º 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 #824123 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 65 | 35 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.49 |
| HSL | 18.95º | 0.58% | 0.32% | - |
| HSV(B) | 18.95º | 0.73% | 0.51% | - |
| XYZ | 11.4 | 8.65 | 2.66 | - |
| YUV | 81.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 35 | 0 | 0.50 | 0.73 | 0.49 | 18.95 | 0.58 | 0.32 |
| Hex | 82 | 41 | 23 | 0 | 32 | 49 | 31 | 13 | 3A | 20 |
| Octal | 202 | 101 | 43 | 0 | 62 | 111 | 61 | 23 | 72 | 40 |
| Binary | 10000010 | 1000001 | 100011 | 0 | 110010 | 1001001 | 110001 | 10011 | 111010 | 100000 |
Color Harmonies of #824123
Complementary color
Monochromatic Colors of #824123
Black with #824123
Text Example
Text Example
White with #824123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824123; }
p { color: rgb(130,65,35); }
H1.HeaderClassName
{
color: #824123;
}
.AnyTagClassName
{
color: #824123;
}
</style>
background-color css
<style>
a { background-color: #824123; }
a { background-color: rgb(130,65,35); }
div.DivClassName
{
background-color: #824123;
}
.BgClassName
{
background-color: #824123;
}
</style>
border-color css
<style>
span { border-color: #824123; }
span { border-color: rgb(130,65,35); }
td.TdClassName
{
border-color: #824123;
}
.TagClassName
{
border-color: #824123;
}
</style>