Shades of Raw Umber #824C0B
Tints of Raw Umber #824C0B
RGB
CMYK
RGB Variations
Color information
#824C0B (or 0x824C0B) is known color: Raw Umber. HEX triplet: 82, 4C and 0B. RGB value is (130,76,11). Sum of RGB (Red+Green+Blue) = 130+76+11=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #824C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C0B is #7DB3F4. Grayscale: #555555. Windows color (decimal): -8238069 or 740482. OLE color: 740482.
HSL color Cylindrical-coordinate representation of color #824C0B: hue angle of 32.77º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #824C0B is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 76 | 11 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.49 |
| HSL | 32.77º | 0.84% | 0.28% | - |
| HSV(B) | 32.77º | 0.92% | 0.51% | - |
| XYZ | 11.85 | 9.94 | 1.61 | - |
| YUV | 84.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 11 | 0 | 0.42 | 0.92 | 0.49 | 32.77 | 0.84 | 0.28 |
| Hex | 82 | 4C | B | 0 | 2A | 5C | 31 | 21 | 54 | 1C |
| Octal | 202 | 114 | 13 | 0 | 52 | 134 | 61 | 41 | 124 | 34 |
| Binary | 10000010 | 1001100 | 1011 | 0 | 101010 | 1011100 | 110001 | 100001 | 1010100 | 11100 |
Color Harmonies of #824C0B
Complementary color
Monochromatic Colors of #824C0B
Black with #824C0B
Text Example
Text Example
White with #824C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824C0B; }
p { color: rgb(130,76,11); }
H1.HeaderClassName
{
color: #824C0B;
}
.AnyTagClassName
{
color: #824C0B;
}
</style>
background-color css
<style>
a { background-color: #824C0B; }
a { background-color: rgb(130,76,11); }
div.DivClassName
{
background-color: #824C0B;
}
.BgClassName
{
background-color: #824C0B;
}
</style>
border-color css
<style>
span { border-color: #824C0B; }
span { border-color: rgb(130,76,11); }
td.TdClassName
{
border-color: #824C0B;
}
.TagClassName
{
border-color: #824C0B;
}
</style>