Shades of Raw Umber #5E460D
Tints of Raw Umber #5E460D
RGB
CMYK
RGB Variations
Color information
#5E460D (or 0x5E460D) is known color: Raw Umber. HEX triplet: 5E, 46 and 0D. RGB value is (94,70,13). Sum of RGB (Red+Green+Blue) = 94+70+13=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E460D is #A1B9F2. Grayscale: #464646. Windows color (decimal): -10598899 or 869982. OLE color: 869982.
HSL color Cylindrical-coordinate representation of color #5E460D: hue angle of 42.22º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E460D is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 70 | 13 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.63 |
| HSL | 42.22º | 0.76% | 0.21% | - |
| HSV(B) | 42.22º | 0.86% | 0.37% | - |
| XYZ | 6.88 | 6.79 | 1.33 | - |
| YUV | 70.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 13 | 0 | 0.26 | 0.86 | 0.63 | 42.22 | 0.76 | 0.21 |
| Hex | 5E | 46 | D | 0 | 1A | 56 | 3F | 2A | 4C | 15 |
| Octal | 136 | 106 | 15 | 0 | 32 | 126 | 77 | 52 | 114 | 25 |
| Binary | 1011110 | 1000110 | 1101 | 0 | 11010 | 1010110 | 111111 | 101010 | 1001100 | 10101 |
Color Harmonies of #5E460D
Complementary color
Monochromatic Colors of #5E460D
Black with #5E460D
Text Example
Text Example
White with #5E460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E460D; }
p { color: rgb(94,70,13); }
H1.HeaderClassName
{
color: #5E460D;
}
.AnyTagClassName
{
color: #5E460D;
}
</style>
background-color css
<style>
a { background-color: #5E460D; }
a { background-color: rgb(94,70,13); }
div.DivClassName
{
background-color: #5E460D;
}
.BgClassName
{
background-color: #5E460D;
}
</style>
border-color css
<style>
span { border-color: #5E460D; }
span { border-color: rgb(94,70,13); }
td.TdClassName
{
border-color: #5E460D;
}
.TagClassName
{
border-color: #5E460D;
}
</style>