Shades of Raw Umber #5E4301
Tints of Raw Umber #5E4301
RGB
CMYK
RGB Variations
Color information
#5E4301 (or 0x5E4301) is known color: Raw Umber. HEX triplet: 5E, 43 and 01. RGB value is (94,67,1). Sum of RGB (Red+Green+Blue) = 94+67+1=162 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.02% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4301 is #A1BCFE. Grayscale: #434343. Windows color (decimal): -10599679 or 82782. OLE color: 82782.
HSL color Cylindrical-coordinate representation of color #5E4301: hue angle of 42.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E4301 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 67 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.63 |
| HSL | 42.58º | 0.98% | 0.19% | - |
| HSV(B) | 42.58º | 0.99% | 0.37% | - |
| XYZ | 6.63 | 6.4 | 0.91 | - |
| YUV | 67.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 1 | 0 | 0.29 | 0.99 | 0.63 | 42.58 | 0.98 | 0.19 |
| Hex | 5E | 43 | 1 | 0 | 1D | 63 | 3F | 2B | 62 | 13 |
| Octal | 136 | 103 | 1 | 0 | 35 | 143 | 77 | 53 | 142 | 23 |
| Binary | 1011110 | 1000011 | 1 | 0 | 11101 | 1100011 | 111111 | 101011 | 1100010 | 10011 |
Color Harmonies of #5E4301
Complementary color
Monochromatic Colors of #5E4301
Black with #5E4301
Text Example
Text Example
White with #5E4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4301; }
p { color: rgb(94,67,1); }
H1.HeaderClassName
{
color: #5E4301;
}
.AnyTagClassName
{
color: #5E4301;
}
</style>
background-color css
<style>
a { background-color: #5E4301; }
a { background-color: rgb(94,67,1); }
div.DivClassName
{
background-color: #5E4301;
}
.BgClassName
{
background-color: #5E4301;
}
</style>
border-color css
<style>
span { border-color: #5E4301; }
span { border-color: rgb(94,67,1); }
td.TdClassName
{
border-color: #5E4301;
}
.TagClassName
{
border-color: #5E4301;
}
</style>