Shades of Raw Umber #744A10
Tints of Raw Umber #744A10
RGB
CMYK
RGB Variations
Color information
#744A10 (or 0x744A10) is known color: Raw Umber. HEX triplet: 74, 4A and 10. RGB value is (116,74,16). Sum of RGB (Red+Green+Blue) = 116+74+16=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #744A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744A10 is #8BB5EF. Grayscale: #505050. Windows color (decimal): -9156080 or 1067636. OLE color: 1067636.
HSL color Cylindrical-coordinate representation of color #744A10: hue angle of 34.8º 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 #744A10 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 16 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.55 |
| HSL | 34.8º | 0.76% | 0.26% | - |
| HSV(B) | 34.8º | 0.86% | 0.45% | - |
| XYZ | 9.74 | 8.65 | 1.65 | - |
| YUV | 79.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 16 | 0 | 0.36 | 0.86 | 0.55 | 34.8 | 0.76 | 0.26 |
| Hex | 74 | 4A | 10 | 0 | 24 | 56 | 37 | 23 | 4C | 1A |
| Octal | 164 | 112 | 20 | 0 | 44 | 126 | 67 | 43 | 114 | 32 |
| Binary | 1110100 | 1001010 | 10000 | 0 | 100100 | 1010110 | 110111 | 100011 | 1001100 | 11010 |
Color Harmonies of #744A10
Complementary color
Monochromatic Colors of #744A10
Black with #744A10
Text Example
Text Example
White with #744A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A10; }
p { color: rgb(116,74,16); }
H1.HeaderClassName
{
color: #744A10;
}
.AnyTagClassName
{
color: #744A10;
}
</style>
background-color css
<style>
a { background-color: #744A10; }
a { background-color: rgb(116,74,16); }
div.DivClassName
{
background-color: #744A10;
}
.BgClassName
{
background-color: #744A10;
}
</style>
border-color css
<style>
span { border-color: #744A10; }
span { border-color: rgb(116,74,16); }
td.TdClassName
{
border-color: #744A10;
}
.TagClassName
{
border-color: #744A10;
}
</style>