Shades of Raw Umber #824D0D
Tints of Raw Umber #824D0D
RGB
CMYK
RGB Variations
Color information
#824D0D (or 0x824D0D) is known color: Raw Umber. HEX triplet: 82, 4D and 0D. RGB value is (130,77,13). Sum of RGB (Red+Green+Blue) = 130+77+13=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824D0D is #7DB2F2. Grayscale: #555555. Windows color (decimal): -8237811 or 871810. OLE color: 871810.
HSL color Cylindrical-coordinate representation of color #824D0D: hue angle of 32.82º 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 #824D0D is Cyan = 0, Magento = 0.41, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 13 | - |
| CMYK | 0 | 0.41 | 0.9 | 0.49 |
| HSL | 32.82º | 0.82% | 0.28% | - |
| HSV(B) | 32.82º | 0.9% | 0.51% | - |
| XYZ | 11.93 | 10.08 | 1.7 | - |
| YUV | 85.55 | 87.06 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 13 | 0 | 0.41 | 0.9 | 0.49 | 32.82 | 0.82 | 0.28 |
| Hex | 82 | 4D | D | 0 | 29 | 5A | 31 | 21 | 52 | 1C |
| Octal | 202 | 115 | 15 | 0 | 51 | 132 | 61 | 41 | 122 | 34 |
| Binary | 10000010 | 1001101 | 1101 | 0 | 101001 | 1011010 | 110001 | 100001 | 1010010 | 11100 |
Color Harmonies of #824D0D
Complementary color
Monochromatic Colors of #824D0D
Black with #824D0D
Text Example
Text Example
White with #824D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D0D; }
p { color: rgb(130,77,13); }
H1.HeaderClassName
{
color: #824D0D;
}
.AnyTagClassName
{
color: #824D0D;
}
</style>
background-color css
<style>
a { background-color: #824D0D; }
a { background-color: rgb(130,77,13); }
div.DivClassName
{
background-color: #824D0D;
}
.BgClassName
{
background-color: #824D0D;
}
</style>
border-color css
<style>
span { border-color: #824D0D; }
span { border-color: rgb(130,77,13); }
td.TdClassName
{
border-color: #824D0D;
}
.TagClassName
{
border-color: #824D0D;
}
</style>