Shades of Raw Umber #834D0B
Tints of Raw Umber #834D0B
RGB
CMYK
RGB Variations
Color information
#834D0B (or 0x834D0B) is known color: Raw Umber. HEX triplet: 83, 4D and 0B. RGB value is (131,77,11). Sum of RGB (Red+Green+Blue) = 131+77+11=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #834D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834D0B is #7CB2F4. Grayscale: #555555. Windows color (decimal): -8172277 or 740739. OLE color: 740739.
HSL color Cylindrical-coordinate representation of color #834D0B: hue angle of 33º degrees, saturation: 0.85, 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 #834D0B is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 11 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.49 |
| HSL | 33º | 0.85% | 0.28% | - |
| HSV(B) | 33º | 0.92% | 0.51% | - |
| XYZ | 12.07 | 10.16 | 1.64 | - |
| YUV | 85.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 11 | 0 | 0.41 | 0.92 | 0.49 | 33 | 0.85 | 0.28 |
| Hex | 83 | 4D | B | 0 | 29 | 5C | 31 | 21 | 55 | 1C |
| Octal | 203 | 115 | 13 | 0 | 51 | 134 | 61 | 41 | 125 | 34 |
| Binary | 10000011 | 1001101 | 1011 | 0 | 101001 | 1011100 | 110001 | 100001 | 1010101 | 11100 |
Color Harmonies of #834D0B
Complementary color
Monochromatic Colors of #834D0B
Black with #834D0B
Text Example
Text Example
White with #834D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D0B; }
p { color: rgb(131,77,11); }
H1.HeaderClassName
{
color: #834D0B;
}
.AnyTagClassName
{
color: #834D0B;
}
</style>
background-color css
<style>
a { background-color: #834D0B; }
a { background-color: rgb(131,77,11); }
div.DivClassName
{
background-color: #834D0B;
}
.BgClassName
{
background-color: #834D0B;
}
</style>
border-color css
<style>
span { border-color: #834D0B; }
span { border-color: rgb(131,77,11); }
td.TdClassName
{
border-color: #834D0B;
}
.TagClassName
{
border-color: #834D0B;
}
</style>