Shades of Raw Umber #834D00
Tints of Raw Umber #834D00
RGB
CMYK
RGB Variations
Color information
#834D00 (or 0x834D00) is known color: Raw Umber. HEX triplet: 83, 4D and 00. RGB value is (131,77,0). Sum of RGB (Red+Green+Blue) = 131+77+0=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #834D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834D00 is #7CB2FF. Grayscale: #545454. Windows color (decimal): -8172288 or 19843. OLE color: 19843.
HSL color Cylindrical-coordinate representation of color #834D00: hue angle of 35.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #834D00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.49 |
| HSL | 35.27º | 1% | 0.26% | - |
| HSV(B) | 35.27º | 1% | 0.51% | - |
| XYZ | 12.01 | 10.13 | 1.32 | - |
| YUV | 84.37 | 80.39 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 0 | 0 | 0.41 | 1 | 0.49 | 35.27 | 1 | 0.26 |
| Hex | 83 | 4D | 0 | 0 | 29 | 64 | 31 | 23 | 64 | 1A |
| Octal | 203 | 115 | 0 | 0 | 51 | 144 | 61 | 43 | 144 | 32 |
| Binary | 10000011 | 1001101 | 0 | 0 | 101001 | 1100100 | 110001 | 100011 | 1100100 | 11010 |
Color Harmonies of #834D00
Complementary color
Monochromatic Colors of #834D00
Black with #834D00
Text Example
Text Example
White with #834D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D00; }
p { color: rgb(131,77,0); }
H1.HeaderClassName
{
color: #834D00;
}
.AnyTagClassName
{
color: #834D00;
}
</style>
background-color css
<style>
a { background-color: #834D00; }
a { background-color: rgb(131,77,0); }
div.DivClassName
{
background-color: #834D00;
}
.BgClassName
{
background-color: #834D00;
}
</style>
border-color css
<style>
span { border-color: #834D00; }
span { border-color: rgb(131,77,0); }
td.TdClassName
{
border-color: #834D00;
}
.TagClassName
{
border-color: #834D00;
}
</style>