Shades of Russet #824314
Tints of Russet #824314
RGB
CMYK
RGB Variations
Color information
#824314 (or 0x824314) is known color: Russet. HEX triplet: 82, 43 and 14. RGB value is (130,67,20). Sum of RGB (Red+Green+Blue) = 130+67+20=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #824314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824314 is #7DBCEB. Grayscale: #505050. Windows color (decimal): -8240364 or 1328002. OLE color: 1328002.
HSL color Cylindrical-coordinate representation of color #824314: hue angle of 25.64º degrees, saturation: 0.73, 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 #824314 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 20 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.49 |
| HSL | 25.64º | 0.73% | 0.29% | - |
| HSV(B) | 25.64º | 0.85% | 0.51% | - |
| XYZ | 11.34 | 8.81 | 1.76 | - |
| YUV | 80.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 20 | 0 | 0.48 | 0.85 | 0.49 | 25.64 | 0.73 | 0.29 |
| Hex | 82 | 43 | 14 | 0 | 30 | 55 | 31 | 1A | 49 | 1D |
| Octal | 202 | 103 | 24 | 0 | 60 | 125 | 61 | 32 | 111 | 35 |
| Binary | 10000010 | 1000011 | 10100 | 0 | 110000 | 1010101 | 110001 | 11010 | 1001001 | 11101 |
Color Harmonies of #824314
Complementary color
Monochromatic Colors of #824314
Black with #824314
Text Example
Text Example
White with #824314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824314; }
p { color: rgb(130,67,20); }
H1.HeaderClassName
{
color: #824314;
}
.AnyTagClassName
{
color: #824314;
}
</style>
background-color css
<style>
a { background-color: #824314; }
a { background-color: rgb(130,67,20); }
div.DivClassName
{
background-color: #824314;
}
.BgClassName
{
background-color: #824314;
}
</style>
border-color css
<style>
span { border-color: #824314; }
span { border-color: rgb(130,67,20); }
td.TdClassName
{
border-color: #824314;
}
.TagClassName
{
border-color: #824314;
}
</style>