Shades of Raw Umber #835314
Tints of Raw Umber #835314
RGB
CMYK
RGB Variations
Color information
#835314 (or 0x835314) is known color: Raw Umber. HEX triplet: 83, 53 and 14. RGB value is (131,83,20). Sum of RGB (Red+Green+Blue) = 131+83+20=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #835314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835314 is #7CACEB. Grayscale: #5A5A5A. Windows color (decimal): -8170732 or 1332099. OLE color: 1332099.
HSL color Cylindrical-coordinate representation of color #835314: hue angle of 34.05º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #835314 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 20 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.49 |
| HSL | 34.05º | 0.74% | 0.3% | - |
| HSV(B) | 34.05º | 0.85% | 0.51% | - |
| XYZ | 12.58 | 11.06 | 2.13 | - |
| YUV | 90.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 20 | 0 | 0.37 | 0.85 | 0.49 | 34.05 | 0.74 | 0.3 |
| Hex | 83 | 53 | 14 | 0 | 25 | 55 | 31 | 22 | 4A | 1E |
| Octal | 203 | 123 | 24 | 0 | 45 | 125 | 61 | 42 | 112 | 36 |
| Binary | 10000011 | 1010011 | 10100 | 0 | 100101 | 1010101 | 110001 | 100010 | 1001010 | 11110 |
Color Harmonies of #835314
Complementary color
Monochromatic Colors of #835314
Black with #835314
Text Example
Text Example
White with #835314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835314; }
p { color: rgb(131,83,20); }
H1.HeaderClassName
{
color: #835314;
}
.AnyTagClassName
{
color: #835314;
}
</style>
background-color css
<style>
a { background-color: #835314; }
a { background-color: rgb(131,83,20); }
div.DivClassName
{
background-color: #835314;
}
.BgClassName
{
background-color: #835314;
}
</style>
border-color css
<style>
span { border-color: #835314; }
span { border-color: rgb(131,83,20); }
td.TdClassName
{
border-color: #835314;
}
.TagClassName
{
border-color: #835314;
}
</style>