Shades of Raw Umber #744F0C
Tints of Raw Umber #744F0C
RGB
CMYK
RGB Variations
Color information
#744F0C (or 0x744F0C) is known color: Raw Umber. HEX triplet: 74, 4F and 0C. RGB value is (116,79,12). Sum of RGB (Red+Green+Blue) = 116+79+12=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #744F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744F0C is #8BB0F3. Grayscale: #525252. Windows color (decimal): -9154804 or 806772. OLE color: 806772.
HSL color Cylindrical-coordinate representation of color #744F0C: hue angle of 38.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #744F0C is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 12 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.55 |
| HSL | 38.65º | 0.81% | 0.25% | - |
| HSV(B) | 38.65º | 0.9% | 0.45% | - |
| XYZ | 10.06 | 9.33 | 1.62 | - |
| YUV | 82.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 12 | 0 | 0.32 | 0.90 | 0.55 | 38.65 | 0.81 | 0.25 |
| Hex | 74 | 4F | C | 0 | 20 | 5A | 37 | 27 | 51 | 19 |
| Octal | 164 | 117 | 14 | 0 | 40 | 132 | 67 | 47 | 121 | 31 |
| Binary | 1110100 | 1001111 | 1100 | 0 | 100000 | 1011010 | 110111 | 100111 | 1010001 | 11001 |
Color Harmonies of #744F0C
Complementary color
Monochromatic Colors of #744F0C
Black with #744F0C
Text Example
Text Example
White with #744F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F0C; }
p { color: rgb(116,79,12); }
H1.HeaderClassName
{
color: #744F0C;
}
.AnyTagClassName
{
color: #744F0C;
}
</style>
background-color css
<style>
a { background-color: #744F0C; }
a { background-color: rgb(116,79,12); }
div.DivClassName
{
background-color: #744F0C;
}
.BgClassName
{
background-color: #744F0C;
}
</style>
border-color css
<style>
span { border-color: #744F0C; }
span { border-color: rgb(116,79,12); }
td.TdClassName
{
border-color: #744F0C;
}
.TagClassName
{
border-color: #744F0C;
}
</style>