Shades of Raw Umber #744F13
Tints of Raw Umber #744F13
RGB
CMYK
RGB Variations
Color information
#744F13 (or 0x744F13) is known color: Raw Umber. HEX triplet: 74, 4F and 13. RGB value is (116,79,19). Sum of RGB (Red+Green+Blue) = 116+79+19=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #744F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744F13 is #8BB0EC. Grayscale: #535353. Windows color (decimal): -9154797 or 1265524. OLE color: 1265524.
HSL color Cylindrical-coordinate representation of color #744F13: hue angle of 37.11º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #744F13 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 19 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.55 |
| HSL | 37.11º | 0.72% | 0.26% | - |
| HSV(B) | 37.11º | 0.84% | 0.45% | - |
| XYZ | 10.12 | 9.35 | 1.89 | - |
| YUV | 83.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 19 | 0 | 0.32 | 0.84 | 0.55 | 37.11 | 0.72 | 0.26 |
| Hex | 74 | 4F | 13 | 0 | 20 | 54 | 37 | 25 | 48 | 1A |
| Octal | 164 | 117 | 23 | 0 | 40 | 124 | 67 | 45 | 110 | 32 |
| Binary | 1110100 | 1001111 | 10011 | 0 | 100000 | 1010100 | 110111 | 100101 | 1001000 | 11010 |
Color Harmonies of #744F13
Complementary color
Monochromatic Colors of #744F13
Black with #744F13
Text Example
Text Example
White with #744F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F13; }
p { color: rgb(116,79,19); }
H1.HeaderClassName
{
color: #744F13;
}
.AnyTagClassName
{
color: #744F13;
}
</style>
background-color css
<style>
a { background-color: #744F13; }
a { background-color: rgb(116,79,19); }
div.DivClassName
{
background-color: #744F13;
}
.BgClassName
{
background-color: #744F13;
}
</style>
border-color css
<style>
span { border-color: #744F13; }
span { border-color: rgb(116,79,19); }
td.TdClassName
{
border-color: #744F13;
}
.TagClassName
{
border-color: #744F13;
}
</style>