Shades of Raw Umber #744D15
Tints of Raw Umber #744D15
RGB
CMYK
RGB Variations
Color information
#744D15 (or 0x744D15) is known color: Raw Umber. HEX triplet: 74, 4D and 15. RGB value is (116,77,21). Sum of RGB (Red+Green+Blue) = 116+77+21=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #744D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744D15 is #8BB2EA. Grayscale: #525252. Windows color (decimal): -9155307 or 1396084. OLE color: 1396084.
HSL color Cylindrical-coordinate representation of color #744D15: hue angle of 35.37º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #744D15 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 21 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.55 |
| HSL | 35.37º | 0.69% | 0.27% | - |
| HSV(B) | 35.37º | 0.82% | 0.45% | - |
| XYZ | 9.99 | 9.07 | 1.93 | - |
| YUV | 82.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 21 | 0 | 0.34 | 0.82 | 0.55 | 35.37 | 0.69 | 0.27 |
| Hex | 74 | 4D | 15 | 0 | 22 | 52 | 37 | 23 | 45 | 1B |
| Octal | 164 | 115 | 25 | 0 | 42 | 122 | 67 | 43 | 105 | 33 |
| Binary | 1110100 | 1001101 | 10101 | 0 | 100010 | 1010010 | 110111 | 100011 | 1000101 | 11011 |
Color Harmonies of #744D15
Complementary color
Monochromatic Colors of #744D15
Black with #744D15
Text Example
Text Example
White with #744D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D15; }
p { color: rgb(116,77,21); }
H1.HeaderClassName
{
color: #744D15;
}
.AnyTagClassName
{
color: #744D15;
}
</style>
background-color css
<style>
a { background-color: #744D15; }
a { background-color: rgb(116,77,21); }
div.DivClassName
{
background-color: #744D15;
}
.BgClassName
{
background-color: #744D15;
}
</style>
border-color css
<style>
span { border-color: #744D15; }
span { border-color: rgb(116,77,21); }
td.TdClassName
{
border-color: #744D15;
}
.TagClassName
{
border-color: #744D15;
}
</style>