Shades of Raw Umber #835B04
Tints of Raw Umber #835B04
RGB
CMYK
RGB Variations
Color information
#835B04 (or 0x835B04) is known color: Raw Umber. HEX triplet: 83, 5B and 04. RGB value is (131,91,4). Sum of RGB (Red+Green+Blue) = 131+91+4=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #835B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835B04 is #7CA4FB. Grayscale: #5D5D5D. Windows color (decimal): -8168700 or 285571. OLE color: 285571.
HSL color Cylindrical-coordinate representation of color #835B04: hue angle of 41.1º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #835B04 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 4 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.49 |
| HSL | 41.1º | 0.94% | 0.26% | - |
| HSV(B) | 41.1º | 0.97% | 0.51% | - |
| XYZ | 13.12 | 12.32 | 1.8 | - |
| YUV | 93.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 4 | 0 | 0.31 | 0.97 | 0.49 | 41.1 | 0.94 | 0.26 |
| Hex | 83 | 5B | 4 | 0 | 1F | 61 | 31 | 29 | 5E | 1A |
| Octal | 203 | 133 | 4 | 0 | 37 | 141 | 61 | 51 | 136 | 32 |
| Binary | 10000011 | 1011011 | 100 | 0 | 11111 | 1100001 | 110001 | 101001 | 1011110 | 11010 |
Color Harmonies of #835B04
Complementary color
Monochromatic Colors of #835B04
Black with #835B04
Text Example
Text Example
White with #835B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B04; }
p { color: rgb(131,91,4); }
H1.HeaderClassName
{
color: #835B04;
}
.AnyTagClassName
{
color: #835B04;
}
</style>
background-color css
<style>
a { background-color: #835B04; }
a { background-color: rgb(131,91,4); }
div.DivClassName
{
background-color: #835B04;
}
.BgClassName
{
background-color: #835B04;
}
</style>
border-color css
<style>
span { border-color: #835B04; }
span { border-color: rgb(131,91,4); }
td.TdClassName
{
border-color: #835B04;
}
.TagClassName
{
border-color: #835B04;
}
</style>