Shades of Raw Umber #824D08
Tints of Raw Umber #824D08
RGB
CMYK
RGB Variations
Color information
#824D08 (or 0x824D08) is known color: Raw Umber. HEX triplet: 82, 4D and 08. RGB value is (130,77,8). Sum of RGB (Red+Green+Blue) = 130+77+8=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824D08 is #7DB2F7. Grayscale: #555555. Windows color (decimal): -8237816 or 544130. OLE color: 544130.
HSL color Cylindrical-coordinate representation of color #824D08: hue angle of 33.93º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #824D08 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 8 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.49 |
| HSL | 33.93º | 0.88% | 0.27% | - |
| HSV(B) | 33.93º | 0.94% | 0.51% | - |
| XYZ | 11.9 | 10.07 | 1.55 | - |
| YUV | 84.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 8 | 0 | 0.41 | 0.94 | 0.49 | 33.93 | 0.88 | 0.27 |
| Hex | 82 | 4D | 8 | 0 | 29 | 5E | 31 | 22 | 58 | 1B |
| Octal | 202 | 115 | 10 | 0 | 51 | 136 | 61 | 42 | 130 | 33 |
| Binary | 10000010 | 1001101 | 1000 | 0 | 101001 | 1011110 | 110001 | 100010 | 1011000 | 11011 |
Color Harmonies of #824D08
Complementary color
Monochromatic Colors of #824D08
Black with #824D08
Text Example
Text Example
White with #824D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D08; }
p { color: rgb(130,77,8); }
H1.HeaderClassName
{
color: #824D08;
}
.AnyTagClassName
{
color: #824D08;
}
</style>
background-color css
<style>
a { background-color: #824D08; }
a { background-color: rgb(130,77,8); }
div.DivClassName
{
background-color: #824D08;
}
.BgClassName
{
background-color: #824D08;
}
</style>
border-color css
<style>
span { border-color: #824D08; }
span { border-color: rgb(130,77,8); }
td.TdClassName
{
border-color: #824D08;
}
.TagClassName
{
border-color: #824D08;
}
</style>