Shades of Russet #824B1D
Tints of Russet #824B1D
RGB
CMYK
RGB Variations
Color information
#824B1D (or 0x824B1D) is known color: Russet. HEX triplet: 82, 4B and 1D. RGB value is (130,75,29). Sum of RGB (Red+Green+Blue) = 130+75+29=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #824B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B1D is #7DB4E2. Grayscale: #565656. Windows color (decimal): -8238307 or 1919874. OLE color: 1919874.
HSL color Cylindrical-coordinate representation of color #824B1D: hue angle of 27.33º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #824B1D is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 29 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.49 |
| HSL | 27.33º | 0.64% | 0.31% | - |
| HSV(B) | 27.33º | 0.78% | 0.51% | - |
| XYZ | 11.94 | 9.87 | 2.44 | - |
| YUV | 86.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 29 | 0 | 0.42 | 0.78 | 0.49 | 27.33 | 0.64 | 0.31 |
| Hex | 82 | 4B | 1D | 0 | 2A | 4E | 31 | 1B | 40 | 1F |
| Octal | 202 | 113 | 35 | 0 | 52 | 116 | 61 | 33 | 100 | 37 |
| Binary | 10000010 | 1001011 | 11101 | 0 | 101010 | 1001110 | 110001 | 11011 | 1000000 | 11111 |
Color Harmonies of #824B1D
Complementary color
Monochromatic Colors of #824B1D
Black with #824B1D
Text Example
Text Example
White with #824B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B1D; }
p { color: rgb(130,75,29); }
H1.HeaderClassName
{
color: #824B1D;
}
.AnyTagClassName
{
color: #824B1D;
}
</style>
background-color css
<style>
a { background-color: #824B1D; }
a { background-color: rgb(130,75,29); }
div.DivClassName
{
background-color: #824B1D;
}
.BgClassName
{
background-color: #824B1D;
}
</style>
border-color css
<style>
span { border-color: #824B1D; }
span { border-color: rgb(130,75,29); }
td.TdClassName
{
border-color: #824B1D;
}
.TagClassName
{
border-color: #824B1D;
}
</style>