Shades of Raw Umber #745C0E
Tints of Raw Umber #745C0E
RGB
CMYK
RGB Variations
Color information
#745C0E (or 0x745C0E) is known color: Raw Umber. HEX triplet: 74, 5C and 0E. RGB value is (116,92,14). Sum of RGB (Red+Green+Blue) = 116+92+14=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #745C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C0E is #8BA3F1. Grayscale: #5A5A5A. Windows color (decimal): -9151474 or 941172. OLE color: 941172.
HSL color Cylindrical-coordinate representation of color #745C0E: hue angle of 45.88º 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 #745C0E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 14 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.55 |
| HSL | 45.88º | 0.78% | 0.25% | - |
| HSV(B) | 45.88º | 0.88% | 0.45% | - |
| XYZ | 11.11 | 11.4 | 2.03 | - |
| YUV | 90.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 14 | 0 | 0.21 | 0.88 | 0.55 | 45.88 | 0.78 | 0.25 |
| Hex | 74 | 5C | E | 0 | 15 | 58 | 37 | 2E | 4E | 19 |
| Octal | 164 | 134 | 16 | 0 | 25 | 130 | 67 | 56 | 116 | 31 |
| Binary | 1110100 | 1011100 | 1110 | 0 | 10101 | 1011000 | 110111 | 101110 | 1001110 | 11001 |
Color Harmonies of #745C0E
Complementary color
Monochromatic Colors of #745C0E
Black with #745C0E
Text Example
Text Example
White with #745C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C0E; }
p { color: rgb(116,92,14); }
H1.HeaderClassName
{
color: #745C0E;
}
.AnyTagClassName
{
color: #745C0E;
}
</style>
background-color css
<style>
a { background-color: #745C0E; }
a { background-color: rgb(116,92,14); }
div.DivClassName
{
background-color: #745C0E;
}
.BgClassName
{
background-color: #745C0E;
}
</style>
border-color css
<style>
span { border-color: #745C0E; }
span { border-color: rgb(116,92,14); }
td.TdClassName
{
border-color: #745C0E;
}
.TagClassName
{
border-color: #745C0E;
}
</style>