Shades of Raw Umber #845003
Tints of Raw Umber #845003
RGB
CMYK
RGB Variations
Color information
#845003 (or 0x845003) is known color: Raw Umber. HEX triplet: 84, 50 and 03. RGB value is (132,80,3). Sum of RGB (Red+Green+Blue) = 132+80+3=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #845003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845003 is #7BAFFC. Grayscale: #575757. Windows color (decimal): -8105981 or 217220. OLE color: 217220.
HSL color Cylindrical-coordinate representation of color #845003: hue angle of 35.81º 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 #845003 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.48 |
| HSL | 35.81º | 0.96% | 0.26% | - |
| HSV(B) | 35.81º | 0.98% | 0.52% | - |
| XYZ | 12.4 | 10.65 | 1.49 | - |
| YUV | 86.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 3 | 0 | 0.39 | 0.98 | 0.48 | 35.81 | 0.96 | 0.26 |
| Hex | 84 | 50 | 3 | 0 | 27 | 62 | 30 | 24 | 60 | 1A |
| Octal | 204 | 120 | 3 | 0 | 47 | 142 | 60 | 44 | 140 | 32 |
| Binary | 10000100 | 1010000 | 11 | 0 | 100111 | 1100010 | 110000 | 100100 | 1100000 | 11010 |
Color Harmonies of #845003
Complementary color
Monochromatic Colors of #845003
Black with #845003
Text Example
Text Example
White with #845003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845003; }
p { color: rgb(132,80,3); }
H1.HeaderClassName
{
color: #845003;
}
.AnyTagClassName
{
color: #845003;
}
</style>
background-color css
<style>
a { background-color: #845003; }
a { background-color: rgb(132,80,3); }
div.DivClassName
{
background-color: #845003;
}
.BgClassName
{
background-color: #845003;
}
</style>
border-color css
<style>
span { border-color: #845003; }
span { border-color: rgb(132,80,3); }
td.TdClassName
{
border-color: #845003;
}
.TagClassName
{
border-color: #845003;
}
</style>