Shades of Raw Umber #5E460F
Tints of Raw Umber #5E460F
RGB
CMYK
RGB Variations
Color information
#5E460F (or 0x5E460F) is known color: Raw Umber. HEX triplet: 5E, 46 and 0F. RGB value is (94,70,15). Sum of RGB (Red+Green+Blue) = 94+70+15=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E460F is #A1B9F0. Grayscale: #474747. Windows color (decimal): -10598897 or 1001054. OLE color: 1001054.
HSL color Cylindrical-coordinate representation of color #5E460F: hue angle of 41.77º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E460F is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 70 | 15 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.63 |
| HSL | 41.77º | 0.72% | 0.21% | - |
| HSV(B) | 41.77º | 0.84% | 0.37% | - |
| XYZ | 6.89 | 6.79 | 1.4 | - |
| YUV | 70.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 15 | 0 | 0.26 | 0.84 | 0.63 | 41.77 | 0.72 | 0.21 |
| Hex | 5E | 46 | F | 0 | 1A | 54 | 3F | 2A | 48 | 15 |
| Octal | 136 | 106 | 17 | 0 | 32 | 124 | 77 | 52 | 110 | 25 |
| Binary | 1011110 | 1000110 | 1111 | 0 | 11010 | 1010100 | 111111 | 101010 | 1001000 | 10101 |
Color Harmonies of #5E460F
Complementary color
Monochromatic Colors of #5E460F
Black with #5E460F
Text Example
Text Example
White with #5E460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E460F; }
p { color: rgb(94,70,15); }
H1.HeaderClassName
{
color: #5E460F;
}
.AnyTagClassName
{
color: #5E460F;
}
</style>
background-color css
<style>
a { background-color: #5E460F; }
a { background-color: rgb(94,70,15); }
div.DivClassName
{
background-color: #5E460F;
}
.BgClassName
{
background-color: #5E460F;
}
</style>
border-color css
<style>
span { border-color: #5E460F; }
span { border-color: rgb(94,70,15); }
td.TdClassName
{
border-color: #5E460F;
}
.TagClassName
{
border-color: #5E460F;
}
</style>