Shades of Russet #824313
Tints of Russet #824313
RGB
CMYK
RGB Variations
Color information
#824313 (or 0x824313) is known color: Russet. HEX triplet: 82, 43 and 13. RGB value is (130,67,19). Sum of RGB (Red+Green+Blue) = 130+67+19=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #824313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824313 is #7DBCEC. Grayscale: #505050. Windows color (decimal): -8240365 or 1262466. OLE color: 1262466.
HSL color Cylindrical-coordinate representation of color #824313: hue angle of 25.95º 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 #824313 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 19 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.49 |
| HSL | 25.95º | 0.74% | 0.29% | - |
| HSV(B) | 25.95º | 0.85% | 0.51% | - |
| XYZ | 11.33 | 8.81 | 1.72 | - |
| YUV | 80.37 | 93.37 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 19 | 0 | 0.48 | 0.85 | 0.49 | 25.95 | 0.74 | 0.29 |
| Hex | 82 | 43 | 13 | 0 | 30 | 55 | 31 | 1A | 4A | 1D |
| Octal | 202 | 103 | 23 | 0 | 60 | 125 | 61 | 32 | 112 | 35 |
| Binary | 10000010 | 1000011 | 10011 | 0 | 110000 | 1010101 | 110001 | 11010 | 1001010 | 11101 |
Color Harmonies of #824313
Complementary color
Monochromatic Colors of #824313
Black with #824313
Text Example
Text Example
White with #824313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824313; }
p { color: rgb(130,67,19); }
H1.HeaderClassName
{
color: #824313;
}
.AnyTagClassName
{
color: #824313;
}
</style>
background-color css
<style>
a { background-color: #824313; }
a { background-color: rgb(130,67,19); }
div.DivClassName
{
background-color: #824313;
}
.BgClassName
{
background-color: #824313;
}
</style>
border-color css
<style>
span { border-color: #824313; }
span { border-color: rgb(130,67,19); }
td.TdClassName
{
border-color: #824313;
}
.TagClassName
{
border-color: #824313;
}
</style>