Shades of Russet #824C13
Tints of Russet #824C13
RGB
CMYK
RGB Variations
Color information
#824C13 (or 0x824C13) is known color: Russet. HEX triplet: 82, 4C and 13. RGB value is (130,76,19). Sum of RGB (Red+Green+Blue) = 130+76+19=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #824C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C13 is #7DB3EC. Grayscale: #555555. Windows color (decimal): -8238061 or 1264770. OLE color: 1264770.
HSL color Cylindrical-coordinate representation of color #824C13: hue angle of 30.81º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #824C13 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 76 | 19 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.49 |
| HSL | 30.81º | 0.74% | 0.29% | - |
| HSV(B) | 30.81º | 0.85% | 0.51% | - |
| XYZ | 11.91 | 9.96 | 1.91 | - |
| YUV | 85.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 19 | 0 | 0.42 | 0.85 | 0.49 | 30.81 | 0.74 | 0.29 |
| Hex | 82 | 4C | 13 | 0 | 2A | 55 | 31 | 1F | 4A | 1D |
| Octal | 202 | 114 | 23 | 0 | 52 | 125 | 61 | 37 | 112 | 35 |
| Binary | 10000010 | 1001100 | 10011 | 0 | 101010 | 1010101 | 110001 | 11111 | 1001010 | 11101 |
Color Harmonies of #824C13
Complementary color
Monochromatic Colors of #824C13
Black with #824C13
Text Example
Text Example
White with #824C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824C13; }
p { color: rgb(130,76,19); }
H1.HeaderClassName
{
color: #824C13;
}
.AnyTagClassName
{
color: #824C13;
}
</style>
background-color css
<style>
a { background-color: #824C13; }
a { background-color: rgb(130,76,19); }
div.DivClassName
{
background-color: #824C13;
}
.BgClassName
{
background-color: #824C13;
}
</style>
border-color css
<style>
span { border-color: #824C13; }
span { border-color: rgb(130,76,19); }
td.TdClassName
{
border-color: #824C13;
}
.TagClassName
{
border-color: #824C13;
}
</style>