Shades of Raw Umber #744F0A
Tints of Raw Umber #744F0A
RGB
CMYK
RGB Variations
Color information
#744F0A (or 0x744F0A) is known color: Raw Umber. HEX triplet: 74, 4F and 0A. RGB value is (116,79,10). Sum of RGB (Red+Green+Blue) = 116+79+10=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #744F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744F0A is #8BB0F5. Grayscale: #525252. Windows color (decimal): -9154806 or 675700. OLE color: 675700.
HSL color Cylindrical-coordinate representation of color #744F0A: hue angle of 39.06º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #744F0A is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 10 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.55 |
| HSL | 39.06º | 0.84% | 0.25% | - |
| HSV(B) | 39.06º | 0.91% | 0.45% | - |
| XYZ | 10.05 | 9.33 | 1.56 | - |
| YUV | 82.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 10 | 0 | 0.32 | 0.91 | 0.55 | 39.06 | 0.84 | 0.25 |
| Hex | 74 | 4F | A | 0 | 20 | 5B | 37 | 27 | 54 | 19 |
| Octal | 164 | 117 | 12 | 0 | 40 | 133 | 67 | 47 | 124 | 31 |
| Binary | 1110100 | 1001111 | 1010 | 0 | 100000 | 1011011 | 110111 | 100111 | 1010100 | 11001 |
Color Harmonies of #744F0A
Complementary color
Monochromatic Colors of #744F0A
Black with #744F0A
Text Example
Text Example
White with #744F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F0A; }
p { color: rgb(116,79,10); }
H1.HeaderClassName
{
color: #744F0A;
}
.AnyTagClassName
{
color: #744F0A;
}
</style>
background-color css
<style>
a { background-color: #744F0A; }
a { background-color: rgb(116,79,10); }
div.DivClassName
{
background-color: #744F0A;
}
.BgClassName
{
background-color: #744F0A;
}
</style>
border-color css
<style>
span { border-color: #744F0A; }
span { border-color: rgb(116,79,10); }
td.TdClassName
{
border-color: #744F0A;
}
.TagClassName
{
border-color: #744F0A;
}
</style>