Shades of Russet #824B12
Tints of Russet #824B12
RGB
CMYK
RGB Variations
Color information
#824B12 (or 0x824B12) is known color: Russet. HEX triplet: 82, 4B and 12. RGB value is (130,75,18). Sum of RGB (Red+Green+Blue) = 130+75+18=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #824B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824B12 is #7DB4ED. Grayscale: #555555. Windows color (decimal): -8238318 or 1198978. OLE color: 1198978.
HSL color Cylindrical-coordinate representation of color #824B12: hue angle of 30.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #824B12 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 18 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.49 |
| HSL | 30.54º | 0.76% | 0.29% | - |
| HSV(B) | 30.54º | 0.86% | 0.51% | - |
| XYZ | 11.83 | 9.82 | 1.84 | - |
| YUV | 84.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 18 | 0 | 0.42 | 0.86 | 0.49 | 30.54 | 0.76 | 0.29 |
| Hex | 82 | 4B | 12 | 0 | 2A | 56 | 31 | 1F | 4C | 1D |
| Octal | 202 | 113 | 22 | 0 | 52 | 126 | 61 | 37 | 114 | 35 |
| Binary | 10000010 | 1001011 | 10010 | 0 | 101010 | 1010110 | 110001 | 11111 | 1001100 | 11101 |
Color Harmonies of #824B12
Complementary color
Monochromatic Colors of #824B12
Black with #824B12
Text Example
Text Example
White with #824B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B12; }
p { color: rgb(130,75,18); }
H1.HeaderClassName
{
color: #824B12;
}
.AnyTagClassName
{
color: #824B12;
}
</style>
background-color css
<style>
a { background-color: #824B12; }
a { background-color: rgb(130,75,18); }
div.DivClassName
{
background-color: #824B12;
}
.BgClassName
{
background-color: #824B12;
}
</style>
border-color css
<style>
span { border-color: #824B12; }
span { border-color: rgb(130,75,18); }
td.TdClassName
{
border-color: #824B12;
}
.TagClassName
{
border-color: #824B12;
}
</style>