Shades of Raw Umber #744C11
Tints of Raw Umber #744C11
RGB
CMYK
RGB Variations
Color information
#744C11 (or 0x744C11) is known color: Raw Umber. HEX triplet: 74, 4C and 11. RGB value is (116,76,17). Sum of RGB (Red+Green+Blue) = 116+76+17=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #744C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744C11 is #8BB3EE. Grayscale: #515151. Windows color (decimal): -9155567 or 1133684. OLE color: 1133684.
HSL color Cylindrical-coordinate representation of color #744C11: hue angle of 35.76º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #744C11 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 17 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.55 |
| HSL | 35.76º | 0.74% | 0.26% | - |
| HSV(B) | 35.76º | 0.85% | 0.45% | - |
| XYZ | 9.89 | 8.92 | 1.73 | - |
| YUV | 81.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 17 | 0 | 0.34 | 0.85 | 0.55 | 35.76 | 0.74 | 0.26 |
| Hex | 74 | 4C | 11 | 0 | 22 | 55 | 37 | 24 | 4A | 1A |
| Octal | 164 | 114 | 21 | 0 | 42 | 125 | 67 | 44 | 112 | 32 |
| Binary | 1110100 | 1001100 | 10001 | 0 | 100010 | 1010101 | 110111 | 100100 | 1001010 | 11010 |
Color Harmonies of #744C11
Complementary color
Monochromatic Colors of #744C11
Black with #744C11
Text Example
Text Example
White with #744C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C11; }
p { color: rgb(116,76,17); }
H1.HeaderClassName
{
color: #744C11;
}
.AnyTagClassName
{
color: #744C11;
}
</style>
background-color css
<style>
a { background-color: #744C11; }
a { background-color: rgb(116,76,17); }
div.DivClassName
{
background-color: #744C11;
}
.BgClassName
{
background-color: #744C11;
}
</style>
border-color css
<style>
span { border-color: #744C11; }
span { border-color: rgb(116,76,17); }
td.TdClassName
{
border-color: #744C11;
}
.TagClassName
{
border-color: #744C11;
}
</style>