Shades of Raw Umber #835211
Tints of Raw Umber #835211
RGB
CMYK
RGB Variations
Color information
#835211 (or 0x835211) is known color: Raw Umber. HEX triplet: 83, 52 and 11. RGB value is (131,82,17). Sum of RGB (Red+Green+Blue) = 131+82+17=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #835211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835211 is #7CADEE. Grayscale: #595959. Windows color (decimal): -8170991 or 1135235. OLE color: 1135235.
HSL color Cylindrical-coordinate representation of color #835211: hue angle of 34.21º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #835211 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 17 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.49 |
| HSL | 34.21º | 0.77% | 0.29% | - |
| HSV(B) | 34.21º | 0.87% | 0.51% | - |
| XYZ | 12.48 | 10.9 | 1.98 | - |
| YUV | 89.24 | 87.23 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 17 | 0 | 0.37 | 0.87 | 0.49 | 34.21 | 0.77 | 0.29 |
| Hex | 83 | 52 | 11 | 0 | 25 | 57 | 31 | 22 | 4D | 1D |
| Octal | 203 | 122 | 21 | 0 | 45 | 127 | 61 | 42 | 115 | 35 |
| Binary | 10000011 | 1010010 | 10001 | 0 | 100101 | 1010111 | 110001 | 100010 | 1001101 | 11101 |
Color Harmonies of #835211
Complementary color
Monochromatic Colors of #835211
Black with #835211
Text Example
Text Example
White with #835211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835211; }
p { color: rgb(131,82,17); }
H1.HeaderClassName
{
color: #835211;
}
.AnyTagClassName
{
color: #835211;
}
</style>
background-color css
<style>
a { background-color: #835211; }
a { background-color: rgb(131,82,17); }
div.DivClassName
{
background-color: #835211;
}
.BgClassName
{
background-color: #835211;
}
</style>
border-color css
<style>
span { border-color: #835211; }
span { border-color: rgb(131,82,17); }
td.TdClassName
{
border-color: #835211;
}
.TagClassName
{
border-color: #835211;
}
</style>