Shades of Russet #824B23
Tints of Russet #824B23
RGB
CMYK
RGB Variations
Color information
#824B23 (or 0x824B23) is known color: Russet. HEX triplet: 82, 4B and 23. RGB value is (130,75,35). Sum of RGB (Red+Green+Blue) = 130+75+35=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #824B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B23 is #7DB4DC. Grayscale: #575757. Windows color (decimal): -8238301 or 2313090. OLE color: 2313090.
HSL color Cylindrical-coordinate representation of color #824B23: hue angle of 25.26º 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 #824B23 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 35 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.49 |
| HSL | 25.26º | 0.58% | 0.32% | - |
| HSV(B) | 25.26º | 0.73% | 0.51% | - |
| XYZ | 12.03 | 9.9 | 2.87 | - |
| YUV | 86.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 35 | 0 | 0.42 | 0.73 | 0.49 | 25.26 | 0.58 | 0.32 |
| Hex | 82 | 4B | 23 | 0 | 2A | 49 | 31 | 19 | 3A | 20 |
| Octal | 202 | 113 | 43 | 0 | 52 | 111 | 61 | 31 | 72 | 40 |
| Binary | 10000010 | 1001011 | 100011 | 0 | 101010 | 1001001 | 110001 | 11001 | 111010 | 100000 |
Color Harmonies of #824B23
Complementary color
Monochromatic Colors of #824B23
Black with #824B23
Text Example
Text Example
White with #824B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B23; }
p { color: rgb(130,75,35); }
H1.HeaderClassName
{
color: #824B23;
}
.AnyTagClassName
{
color: #824B23;
}
</style>
background-color css
<style>
a { background-color: #824B23; }
a { background-color: rgb(130,75,35); }
div.DivClassName
{
background-color: #824B23;
}
.BgClassName
{
background-color: #824B23;
}
</style>
border-color css
<style>
span { border-color: #824B23; }
span { border-color: rgb(130,75,35); }
td.TdClassName
{
border-color: #824B23;
}
.TagClassName
{
border-color: #824B23;
}
</style>