Shades of Raw Umber #834F08
Tints of Raw Umber #834F08
RGB
CMYK
RGB Variations
Color information
#834F08 (or 0x834F08) is known color: Raw Umber. HEX triplet: 83, 4F and 08. RGB value is (131,79,8). Sum of RGB (Red+Green+Blue) = 131+79+8=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #834F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834F08 is #7CB0F7. Grayscale: #565656. Windows color (decimal): -8171768 or 544643. OLE color: 544643.
HSL color Cylindrical-coordinate representation of color #834F08: hue angle of 34.63º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #834F08 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 79 | 8 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.49 |
| HSL | 34.63º | 0.88% | 0.27% | - |
| HSV(B) | 34.63º | 0.94% | 0.51% | - |
| XYZ | 12.2 | 10.43 | 1.6 | - |
| YUV | 86.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 8 | 0 | 0.40 | 0.94 | 0.49 | 34.63 | 0.88 | 0.27 |
| Hex | 83 | 4F | 8 | 0 | 28 | 5E | 31 | 23 | 58 | 1B |
| Octal | 203 | 117 | 10 | 0 | 50 | 136 | 61 | 43 | 130 | 33 |
| Binary | 10000011 | 1001111 | 1000 | 0 | 101000 | 1011110 | 110001 | 100011 | 1011000 | 11011 |
Color Harmonies of #834F08
Complementary color
Monochromatic Colors of #834F08
Black with #834F08
Text Example
Text Example
White with #834F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834F08; }
p { color: rgb(131,79,8); }
H1.HeaderClassName
{
color: #834F08;
}
.AnyTagClassName
{
color: #834F08;
}
</style>
background-color css
<style>
a { background-color: #834F08; }
a { background-color: rgb(131,79,8); }
div.DivClassName
{
background-color: #834F08;
}
.BgClassName
{
background-color: #834F08;
}
</style>
border-color css
<style>
span { border-color: #834F08; }
span { border-color: rgb(131,79,8); }
td.TdClassName
{
border-color: #834F08;
}
.TagClassName
{
border-color: #834F08;
}
</style>