Shades of Raw Umber #835313
Tints of Raw Umber #835313
RGB
CMYK
RGB Variations
Color information
#835313 (or 0x835313) is known color: Raw Umber. HEX triplet: 83, 53 and 13. RGB value is (131,83,19). Sum of RGB (Red+Green+Blue) = 131+83+19=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #835313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835313 is #7CACEC. Grayscale: #5A5A5A. Windows color (decimal): -8170733 or 1266563. OLE color: 1266563.
HSL color Cylindrical-coordinate representation of color #835313: hue angle of 34.29º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #835313 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 19 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.49 |
| HSL | 34.29º | 0.75% | 0.29% | - |
| HSV(B) | 34.29º | 0.85% | 0.51% | - |
| XYZ | 12.57 | 11.06 | 2.09 | - |
| YUV | 90.06 | 87.9 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 19 | 0 | 0.37 | 0.85 | 0.49 | 34.29 | 0.75 | 0.29 |
| Hex | 83 | 53 | 13 | 0 | 25 | 55 | 31 | 22 | 4B | 1D |
| Octal | 203 | 123 | 23 | 0 | 45 | 125 | 61 | 42 | 113 | 35 |
| Binary | 10000011 | 1010011 | 10011 | 0 | 100101 | 1010101 | 110001 | 100010 | 1001011 | 11101 |
Color Harmonies of #835313
Complementary color
Monochromatic Colors of #835313
Black with #835313
Text Example
Text Example
White with #835313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835313; }
p { color: rgb(131,83,19); }
H1.HeaderClassName
{
color: #835313;
}
.AnyTagClassName
{
color: #835313;
}
</style>
background-color css
<style>
a { background-color: #835313; }
a { background-color: rgb(131,83,19); }
div.DivClassName
{
background-color: #835313;
}
.BgClassName
{
background-color: #835313;
}
</style>
border-color css
<style>
span { border-color: #835313; }
span { border-color: rgb(131,83,19); }
td.TdClassName
{
border-color: #835313;
}
.TagClassName
{
border-color: #835313;
}
</style>