Shades of Raw Umber #845301
Tints of Raw Umber #845301
RGB
CMYK
RGB Variations
Color information
#845301 (or 0x845301) is known color: Raw Umber. HEX triplet: 84, 53 and 01. RGB value is (132,83,1). Sum of RGB (Red+Green+Blue) = 132+83+1=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #845301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845301 is #7BACFE. Grayscale: #585858. Windows color (decimal): -8105215 or 86916. OLE color: 86916.
HSL color Cylindrical-coordinate representation of color #845301: hue angle of 37.56º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #845301 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.48 |
| HSL | 37.56º | 0.98% | 0.26% | - |
| HSV(B) | 37.56º | 0.99% | 0.52% | - |
| XYZ | 12.61 | 11.09 | 1.51 | - |
| YUV | 88.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 1 | 0 | 0.37 | 0.99 | 0.48 | 37.56 | 0.98 | 0.26 |
| Hex | 84 | 53 | 1 | 0 | 25 | 63 | 30 | 26 | 62 | 1A |
| Octal | 204 | 123 | 1 | 0 | 45 | 143 | 60 | 46 | 142 | 32 |
| Binary | 10000100 | 1010011 | 1 | 0 | 100101 | 1100011 | 110000 | 100110 | 1100010 | 11010 |
Color Harmonies of #845301
Complementary color
Monochromatic Colors of #845301
Black with #845301
Text Example
Text Example
White with #845301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845301; }
p { color: rgb(132,83,1); }
H1.HeaderClassName
{
color: #845301;
}
.AnyTagClassName
{
color: #845301;
}
</style>
background-color css
<style>
a { background-color: #845301; }
a { background-color: rgb(132,83,1); }
div.DivClassName
{
background-color: #845301;
}
.BgClassName
{
background-color: #845301;
}
</style>
border-color css
<style>
span { border-color: #845301; }
span { border-color: rgb(132,83,1); }
td.TdClassName
{
border-color: #845301;
}
.TagClassName
{
border-color: #845301;
}
</style>