Shades of Raw Umber #744C10
Tints of Raw Umber #744C10
RGB
CMYK
RGB Variations
Color information
#744C10 (or 0x744C10) is known color: Raw Umber. HEX triplet: 74, 4C and 10. RGB value is (116,76,16). Sum of RGB (Red+Green+Blue) = 116+76+16=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #744C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744C10 is #8BB3EF. Grayscale: #515151. Windows color (decimal): -9155568 or 1068148. OLE color: 1068148.
HSL color Cylindrical-coordinate representation of color #744C10: hue angle of 36º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #744C10 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 16 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.55 |
| HSL | 36º | 0.76% | 0.26% | - |
| HSV(B) | 36º | 0.86% | 0.45% | - |
| XYZ | 9.88 | 8.92 | 1.69 | - |
| YUV | 81.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 16 | 0 | 0.34 | 0.86 | 0.55 | 36 | 0.76 | 0.26 |
| Hex | 74 | 4C | 10 | 0 | 22 | 56 | 37 | 24 | 4C | 1A |
| Octal | 164 | 114 | 20 | 0 | 42 | 126 | 67 | 44 | 114 | 32 |
| Binary | 1110100 | 1001100 | 10000 | 0 | 100010 | 1010110 | 110111 | 100100 | 1001100 | 11010 |
Color Harmonies of #744C10
Complementary color
Monochromatic Colors of #744C10
Black with #744C10
Text Example
Text Example
White with #744C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C10; }
p { color: rgb(116,76,16); }
H1.HeaderClassName
{
color: #744C10;
}
.AnyTagClassName
{
color: #744C10;
}
</style>
background-color css
<style>
a { background-color: #744C10; }
a { background-color: rgb(116,76,16); }
div.DivClassName
{
background-color: #744C10;
}
.BgClassName
{
background-color: #744C10;
}
</style>
border-color css
<style>
span { border-color: #744C10; }
span { border-color: rgb(116,76,16); }
td.TdClassName
{
border-color: #744C10;
}
.TagClassName
{
border-color: #744C10;
}
</style>