Shades of Raw Umber #5E4102
Tints of Raw Umber #5E4102
RGB
CMYK
RGB Variations
Color information
#5E4102 (or 0x5E4102) is known color: Raw Umber. HEX triplet: 5E, 41 and 02. RGB value is (94,65,2). Sum of RGB (Red+Green+Blue) = 94+65+2=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4102 is #A1BEFD. Grayscale: #424242. Windows color (decimal): -10600190 or 147806. OLE color: 147806.
HSL color Cylindrical-coordinate representation of color #5E4102: hue angle of 41.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E4102 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 65 | 2 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.63 |
| HSL | 41.09º | 0.96% | 0.19% | - |
| HSV(B) | 41.09º | 0.98% | 0.37% | - |
| XYZ | 6.52 | 6.16 | 0.9 | - |
| YUV | 66.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 2 | 0 | 0.31 | 0.98 | 0.63 | 41.09 | 0.96 | 0.19 |
| Hex | 5E | 41 | 2 | 0 | 1F | 62 | 3F | 29 | 60 | 13 |
| Octal | 136 | 101 | 2 | 0 | 37 | 142 | 77 | 51 | 140 | 23 |
| Binary | 1011110 | 1000001 | 10 | 0 | 11111 | 1100010 | 111111 | 101001 | 1100000 | 10011 |
Color Harmonies of #5E4102
Complementary color
Monochromatic Colors of #5E4102
Black with #5E4102
Text Example
Text Example
White with #5E4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4102; }
p { color: rgb(94,65,2); }
H1.HeaderClassName
{
color: #5E4102;
}
.AnyTagClassName
{
color: #5E4102;
}
</style>
background-color css
<style>
a { background-color: #5E4102; }
a { background-color: rgb(94,65,2); }
div.DivClassName
{
background-color: #5E4102;
}
.BgClassName
{
background-color: #5E4102;
}
</style>
border-color css
<style>
span { border-color: #5E4102; }
span { border-color: rgb(94,65,2); }
td.TdClassName
{
border-color: #5E4102;
}
.TagClassName
{
border-color: #5E4102;
}
</style>