Shades of Raw Umber #835800
Tints of Raw Umber #835800
RGB
CMYK
RGB Variations
Color information
#835800 (or 0x835800) is known color: Raw Umber. HEX triplet: 83, 58 and 00. RGB value is (131,88,0). Sum of RGB (Red+Green+Blue) = 131+88+0=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #835800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835800 is #7CA7FF. Grayscale: #5B5B5B. Windows color (decimal): -8169472 or 22659. OLE color: 22659.
HSL color Cylindrical-coordinate representation of color #835800: hue angle of 40.31º 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 #835800 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 88 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.49 |
| HSL | 40.31º | 1% | 0.26% | - |
| HSV(B) | 40.31º | 1% | 0.51% | - |
| XYZ | 12.85 | 11.8 | 1.6 | - |
| YUV | 90.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 0 | 0 | 0.33 | 1 | 0.49 | 40.31 | 1 | 0.26 |
| Hex | 83 | 58 | 0 | 0 | 21 | 64 | 31 | 28 | 64 | 1A |
| Octal | 203 | 130 | 0 | 0 | 41 | 144 | 61 | 50 | 144 | 32 |
| Binary | 10000011 | 1011000 | 0 | 0 | 100001 | 1100100 | 110001 | 101000 | 1100100 | 11010 |
Color Harmonies of #835800
Complementary color
Monochromatic Colors of #835800
Black with #835800
Text Example
Text Example
White with #835800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835800; }
p { color: rgb(131,88,0); }
H1.HeaderClassName
{
color: #835800;
}
.AnyTagClassName
{
color: #835800;
}
</style>
background-color css
<style>
a { background-color: #835800; }
a { background-color: rgb(131,88,0); }
div.DivClassName
{
background-color: #835800;
}
.BgClassName
{
background-color: #835800;
}
</style>
border-color css
<style>
span { border-color: #835800; }
span { border-color: rgb(131,88,0); }
td.TdClassName
{
border-color: #835800;
}
.TagClassName
{
border-color: #835800;
}
</style>