Shades of Raw Umber #824C0D
Tints of Raw Umber #824C0D
RGB
CMYK
RGB Variations
Color information
#824C0D (or 0x824C0D) is known color: Raw Umber. HEX triplet: 82, 4C and 0D. RGB value is (130,76,13). Sum of RGB (Red+Green+Blue) = 130+76+13=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #824C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C0D is #7DB3F2. Grayscale: #555555. Windows color (decimal): -8238067 or 871554. OLE color: 871554.
HSL color Cylindrical-coordinate representation of color #824C0D: hue angle of 32.31º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #824C0D is Cyan = 0, Magento = 0.42, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 76 | 13 | - |
| CMYK | 0 | 0.42 | 0.9 | 0.49 |
| HSL | 32.31º | 0.82% | 0.28% | - |
| HSV(B) | 32.31º | 0.9% | 0.51% | - |
| XYZ | 11.86 | 9.94 | 1.67 | - |
| YUV | 84.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 13 | 0 | 0.42 | 0.9 | 0.49 | 32.31 | 0.82 | 0.28 |
| Hex | 82 | 4C | D | 0 | 2A | 5A | 31 | 20 | 52 | 1C |
| Octal | 202 | 114 | 15 | 0 | 52 | 132 | 61 | 40 | 122 | 34 |
| Binary | 10000010 | 1001100 | 1101 | 0 | 101010 | 1011010 | 110001 | 100000 | 1010010 | 11100 |
Color Harmonies of #824C0D
Complementary color
Monochromatic Colors of #824C0D
Black with #824C0D
Text Example
Text Example
White with #824C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824C0D; }
p { color: rgb(130,76,13); }
H1.HeaderClassName
{
color: #824C0D;
}
.AnyTagClassName
{
color: #824C0D;
}
</style>
background-color css
<style>
a { background-color: #824C0D; }
a { background-color: rgb(130,76,13); }
div.DivClassName
{
background-color: #824C0D;
}
.BgClassName
{
background-color: #824C0D;
}
</style>
border-color css
<style>
span { border-color: #824C0D; }
span { border-color: rgb(130,76,13); }
td.TdClassName
{
border-color: #824C0D;
}
.TagClassName
{
border-color: #824C0D;
}
</style>