Shades of Raw Umber #845903
Tints of Raw Umber #845903
RGB
CMYK
RGB Variations
Color information
#845903 (or 0x845903) is known color: Raw Umber. HEX triplet: 84, 59 and 03. RGB value is (132,89,3). Sum of RGB (Red+Green+Blue) = 132+89+3=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #845903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845903 is #7BA6FC. Grayscale: #5C5C5C. Windows color (decimal): -8103677 or 219524. OLE color: 219524.
HSL color Cylindrical-coordinate representation of color #845903: hue angle of 40º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #845903 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.48 |
| HSL | 40º | 0.96% | 0.26% | - |
| HSV(B) | 40º | 0.98% | 0.52% | - |
| XYZ | 13.1 | 12.06 | 1.72 | - |
| YUV | 92.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 3 | 0 | 0.33 | 0.98 | 0.48 | 40 | 0.96 | 0.26 |
| Hex | 84 | 59 | 3 | 0 | 21 | 62 | 30 | 28 | 60 | 1A |
| Octal | 204 | 131 | 3 | 0 | 41 | 142 | 60 | 50 | 140 | 32 |
| Binary | 10000100 | 1011001 | 11 | 0 | 100001 | 1100010 | 110000 | 101000 | 1100000 | 11010 |
Color Harmonies of #845903
Complementary color
Monochromatic Colors of #845903
Black with #845903
Text Example
Text Example
White with #845903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845903; }
p { color: rgb(132,89,3); }
H1.HeaderClassName
{
color: #845903;
}
.AnyTagClassName
{
color: #845903;
}
</style>
background-color css
<style>
a { background-color: #845903; }
a { background-color: rgb(132,89,3); }
div.DivClassName
{
background-color: #845903;
}
.BgClassName
{
background-color: #845903;
}
</style>
border-color css
<style>
span { border-color: #845903; }
span { border-color: rgb(132,89,3); }
td.TdClassName
{
border-color: #845903;
}
.TagClassName
{
border-color: #845903;
}
</style>