Shades of Raw Umber #845A0E
Tints of Raw Umber #845A0E
RGB
CMYK
RGB Variations
Color information
#845A0E (or 0x845A0E) is known color: Raw Umber. HEX triplet: 84, 5A and 0E. RGB value is (132,90,14). Sum of RGB (Red+Green+Blue) = 132+90+14=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #845A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845A0E is #7BA5F1. Grayscale: #5E5E5E. Windows color (decimal): -8103410 or 940676. OLE color: 940676.
HSL color Cylindrical-coordinate representation of color #845A0E: hue angle of 38.64º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #845A0E is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 14 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.48 |
| HSL | 38.64º | 0.81% | 0.29% | - |
| HSV(B) | 38.64º | 0.89% | 0.52% | - |
| XYZ | 13.25 | 12.25 | 2.08 | - |
| YUV | 93.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 14 | 0 | 0.32 | 0.89 | 0.48 | 38.64 | 0.81 | 0.29 |
| Hex | 84 | 5A | E | 0 | 20 | 59 | 30 | 27 | 51 | 1D |
| Octal | 204 | 132 | 16 | 0 | 40 | 131 | 60 | 47 | 121 | 35 |
| Binary | 10000100 | 1011010 | 1110 | 0 | 100000 | 1011001 | 110000 | 100111 | 1010001 | 11101 |
Color Harmonies of #845A0E
Complementary color
Monochromatic Colors of #845A0E
Black with #845A0E
Text Example
Text Example
White with #845A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A0E; }
p { color: rgb(132,90,14); }
H1.HeaderClassName
{
color: #845A0E;
}
.AnyTagClassName
{
color: #845A0E;
}
</style>
background-color css
<style>
a { background-color: #845A0E; }
a { background-color: rgb(132,90,14); }
div.DivClassName
{
background-color: #845A0E;
}
.BgClassName
{
background-color: #845A0E;
}
</style>
border-color css
<style>
span { border-color: #845A0E; }
span { border-color: rgb(132,90,14); }
td.TdClassName
{
border-color: #845A0E;
}
.TagClassName
{
border-color: #845A0E;
}
</style>