Shades of Raw Umber #824E10
Tints of Raw Umber #824E10
RGB
CMYK
RGB Variations
Color information
#824E10 (or 0x824E10) is known color: Raw Umber. HEX triplet: 82, 4E and 10. RGB value is (130,78,16). Sum of RGB (Red+Green+Blue) = 130+78+16=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #824E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E10 is #7DB1EF. Grayscale: #565656. Windows color (decimal): -8237552 or 1068674. OLE color: 1068674.
HSL color Cylindrical-coordinate representation of color #824E10: hue angle of 32.63º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #824E10 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 16 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.49 |
| HSL | 32.63º | 0.78% | 0.29% | - |
| HSV(B) | 32.63º | 0.88% | 0.51% | - |
| XYZ | 12.02 | 10.23 | 1.83 | - |
| YUV | 86.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 16 | 0 | 0.40 | 0.88 | 0.49 | 32.63 | 0.78 | 0.29 |
| Hex | 82 | 4E | 10 | 0 | 28 | 58 | 31 | 21 | 4E | 1D |
| Octal | 202 | 116 | 20 | 0 | 50 | 130 | 61 | 41 | 116 | 35 |
| Binary | 10000010 | 1001110 | 10000 | 0 | 101000 | 1011000 | 110001 | 100001 | 1001110 | 11101 |
Color Harmonies of #824E10
Complementary color
Monochromatic Colors of #824E10
Black with #824E10
Text Example
Text Example
White with #824E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E10; }
p { color: rgb(130,78,16); }
H1.HeaderClassName
{
color: #824E10;
}
.AnyTagClassName
{
color: #824E10;
}
</style>
background-color css
<style>
a { background-color: #824E10; }
a { background-color: rgb(130,78,16); }
div.DivClassName
{
background-color: #824E10;
}
.BgClassName
{
background-color: #824E10;
}
</style>
border-color css
<style>
span { border-color: #824E10; }
span { border-color: rgb(130,78,16); }
td.TdClassName
{
border-color: #824E10;
}
.TagClassName
{
border-color: #824E10;
}
</style>