Shades of Raw Umber #824E00
Tints of Raw Umber #824E00
RGB
CMYK
RGB Variations
Color information
#824E00 (or 0x824E00) is known color: Raw Umber. HEX triplet: 82, 4E and 00. RGB value is (130,78,0). Sum of RGB (Red+Green+Blue) = 130+78+0=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #824E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E00 is #7DB1FF. Grayscale: #555555. Windows color (decimal): -8237568 or 20098. OLE color: 20098.
HSL color Cylindrical-coordinate representation of color #824E00: hue angle of 36º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #824E00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.49 |
| HSL | 36º | 1% | 0.25% | - |
| HSV(B) | 36º | 1% | 0.51% | - |
| XYZ | 11.93 | 10.19 | 1.34 | - |
| YUV | 84.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 0 | 0 | 0.40 | 1 | 0.49 | 36 | 1 | 0.25 |
| Hex | 82 | 4E | 0 | 0 | 28 | 64 | 31 | 24 | 64 | 19 |
| Octal | 202 | 116 | 0 | 0 | 50 | 144 | 61 | 44 | 144 | 31 |
| Binary | 10000010 | 1001110 | 0 | 0 | 101000 | 1100100 | 110001 | 100100 | 1100100 | 11001 |
Color Harmonies of #824E00
Complementary color
Monochromatic Colors of #824E00
Black with #824E00
Text Example
Text Example
White with #824E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E00; }
p { color: rgb(130,78,0); }
H1.HeaderClassName
{
color: #824E00;
}
.AnyTagClassName
{
color: #824E00;
}
</style>
background-color css
<style>
a { background-color: #824E00; }
a { background-color: rgb(130,78,0); }
div.DivClassName
{
background-color: #824E00;
}
.BgClassName
{
background-color: #824E00;
}
</style>
border-color css
<style>
span { border-color: #824E00; }
span { border-color: rgb(130,78,0); }
td.TdClassName
{
border-color: #824E00;
}
.TagClassName
{
border-color: #824E00;
}
</style>