Shades of Russet #824A19
Tints of Russet #824A19
RGB
CMYK
RGB Variations
Color information
#824A19 (or 0x824A19) is known color: Russet. HEX triplet: 82, 4A and 19. RGB value is (130,74,25). Sum of RGB (Red+Green+Blue) = 130+74+25=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #824A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A19 is #7DB5E6. Grayscale: #555555. Windows color (decimal): -8238567 or 1657474. OLE color: 1657474.
HSL color Cylindrical-coordinate representation of color #824A19: hue angle of 28º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #824A19 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 25 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.49 |
| HSL | 28º | 0.68% | 0.3% | - |
| HSV(B) | 28º | 0.81% | 0.51% | - |
| XYZ | 11.83 | 9.71 | 2.17 | - |
| YUV | 85.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 25 | 0 | 0.43 | 0.81 | 0.49 | 28 | 0.68 | 0.3 |
| Hex | 82 | 4A | 19 | 0 | 2B | 51 | 31 | 1C | 44 | 1E |
| Octal | 202 | 112 | 31 | 0 | 53 | 121 | 61 | 34 | 104 | 36 |
| Binary | 10000010 | 1001010 | 11001 | 0 | 101011 | 1010001 | 110001 | 11100 | 1000100 | 11110 |
Color Harmonies of #824A19
Complementary color
Monochromatic Colors of #824A19
Black with #824A19
Text Example
Text Example
White with #824A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A19; }
p { color: rgb(130,74,25); }
H1.HeaderClassName
{
color: #824A19;
}
.AnyTagClassName
{
color: #824A19;
}
</style>
background-color css
<style>
a { background-color: #824A19; }
a { background-color: rgb(130,74,25); }
div.DivClassName
{
background-color: #824A19;
}
.BgClassName
{
background-color: #824A19;
}
</style>
border-color css
<style>
span { border-color: #824A19; }
span { border-color: rgb(130,74,25); }
td.TdClassName
{
border-color: #824A19;
}
.TagClassName
{
border-color: #824A19;
}
</style>