Shades of Raw Umber #734E0E
Tints of Raw Umber #734E0E
RGB
CMYK
RGB Variations
Color information
#734E0E (or 0x734E0E) is known color: Raw Umber. HEX triplet: 73, 4E and 0E. RGB value is (115,78,14). Sum of RGB (Red+Green+Blue) = 115+78+14=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #734E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734E0E is #8CB1F1. Grayscale: #525252. Windows color (decimal): -9220594 or 937587. OLE color: 937587.
HSL color Cylindrical-coordinate representation of color #734E0E: hue angle of 38.02º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #734E0E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 14 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.55 |
| HSL | 38.02º | 0.78% | 0.25% | - |
| HSV(B) | 38.02º | 0.88% | 0.45% | - |
| XYZ | 9.87 | 9.13 | 1.66 | - |
| YUV | 81.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 14 | 0 | 0.32 | 0.88 | 0.55 | 38.02 | 0.78 | 0.25 |
| Hex | 73 | 4E | E | 0 | 20 | 58 | 37 | 26 | 4E | 19 |
| Octal | 163 | 116 | 16 | 0 | 40 | 130 | 67 | 46 | 116 | 31 |
| Binary | 1110011 | 1001110 | 1110 | 0 | 100000 | 1011000 | 110111 | 100110 | 1001110 | 11001 |
Color Harmonies of #734E0E
Complementary color
Monochromatic Colors of #734E0E
Black with #734E0E
Text Example
Text Example
White with #734E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E0E; }
p { color: rgb(115,78,14); }
H1.HeaderClassName
{
color: #734E0E;
}
.AnyTagClassName
{
color: #734E0E;
}
</style>
background-color css
<style>
a { background-color: #734E0E; }
a { background-color: rgb(115,78,14); }
div.DivClassName
{
background-color: #734E0E;
}
.BgClassName
{
background-color: #734E0E;
}
</style>
border-color css
<style>
span { border-color: #734E0E; }
span { border-color: rgb(115,78,14); }
td.TdClassName
{
border-color: #734E0E;
}
.TagClassName
{
border-color: #734E0E;
}
</style>