Shades of Raw Umber #5E3F02
Tints of Raw Umber #5E3F02
RGB
CMYK
RGB Variations
Color information
#5E3F02 (or 0x5E3F02) is known color: Raw Umber. HEX triplet: 5E, 3F and 02. RGB value is (94,63,2). Sum of RGB (Red+Green+Blue) = 94+63+2=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E3F02 is #A1C0FD. Grayscale: #414141. Windows color (decimal): -10600702 or 147294. OLE color: 147294.
HSL color Cylindrical-coordinate representation of color #5E3F02: hue angle of 39.78º 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 #5E3F02 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 63 | 2 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.63 |
| HSL | 39.78º | 0.96% | 0.19% | - |
| HSV(B) | 39.78º | 0.98% | 0.37% | - |
| XYZ | 6.4 | 5.94 | 0.87 | - |
| YUV | 65.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 2 | 0 | 0.33 | 0.98 | 0.63 | 39.78 | 0.96 | 0.19 |
| Hex | 5E | 3F | 2 | 0 | 21 | 62 | 3F | 28 | 60 | 13 |
| Octal | 136 | 77 | 2 | 0 | 41 | 142 | 77 | 50 | 140 | 23 |
| Binary | 1011110 | 111111 | 10 | 0 | 100001 | 1100010 | 111111 | 101000 | 1100000 | 10011 |
Color Harmonies of #5E3F02
Complementary color
Monochromatic Colors of #5E3F02
Black with #5E3F02
Text Example
Text Example
White with #5E3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F02; }
p { color: rgb(94,63,2); }
H1.HeaderClassName
{
color: #5E3F02;
}
.AnyTagClassName
{
color: #5E3F02;
}
</style>
background-color css
<style>
a { background-color: #5E3F02; }
a { background-color: rgb(94,63,2); }
div.DivClassName
{
background-color: #5E3F02;
}
.BgClassName
{
background-color: #5E3F02;
}
</style>
border-color css
<style>
span { border-color: #5E3F02; }
span { border-color: rgb(94,63,2); }
td.TdClassName
{
border-color: #5E3F02;
}
.TagClassName
{
border-color: #5E3F02;
}
</style>