Shades of Raw Umber #835201
Tints of Raw Umber #835201
RGB
CMYK
RGB Variations
Color information
#835201 (or 0x835201) is known color: Raw Umber. HEX triplet: 83, 52 and 01. RGB value is (131,82,1). Sum of RGB (Red+Green+Blue) = 131+82+1=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #835201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835201 is #7CADFE. Grayscale: #575757. Windows color (decimal): -8171007 or 86659. OLE color: 86659.
HSL color Cylindrical-coordinate representation of color #835201: hue angle of 37.38º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #835201 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.49 |
| HSL | 37.38º | 0.98% | 0.26% | - |
| HSV(B) | 37.38º | 0.99% | 0.51% | - |
| XYZ | 12.38 | 10.86 | 1.47 | - |
| YUV | 87.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 1 | 0 | 0.37 | 0.99 | 0.49 | 37.38 | 0.98 | 0.26 |
| Hex | 83 | 52 | 1 | 0 | 25 | 63 | 31 | 25 | 62 | 1A |
| Octal | 203 | 122 | 1 | 0 | 45 | 143 | 61 | 45 | 142 | 32 |
| Binary | 10000011 | 1010010 | 1 | 0 | 100101 | 1100011 | 110001 | 100101 | 1100010 | 11010 |
Color Harmonies of #835201
Complementary color
Monochromatic Colors of #835201
Black with #835201
Text Example
Text Example
White with #835201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835201; }
p { color: rgb(131,82,1); }
H1.HeaderClassName
{
color: #835201;
}
.AnyTagClassName
{
color: #835201;
}
</style>
background-color css
<style>
a { background-color: #835201; }
a { background-color: rgb(131,82,1); }
div.DivClassName
{
background-color: #835201;
}
.BgClassName
{
background-color: #835201;
}
</style>
border-color css
<style>
span { border-color: #835201; }
span { border-color: rgb(131,82,1); }
td.TdClassName
{
border-color: #835201;
}
.TagClassName
{
border-color: #835201;
}
</style>