Shades of Raw Umber #744F1A
Tints of Raw Umber #744F1A
RGB
CMYK
RGB Variations
Color information
#744F1A (or 0x744F1A) is known color: Raw Umber. HEX triplet: 74, 4F and 1A. RGB value is (116,79,26). Sum of RGB (Red+Green+Blue) = 116+79+26=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #744F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F1A is #8BB0E5. Grayscale: #545454. Windows color (decimal): -9154790 or 1724276. OLE color: 1724276.
HSL color Cylindrical-coordinate representation of color #744F1A: hue angle of 35.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #744F1A is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 26 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.55 |
| HSL | 35.33º | 0.63% | 0.28% | - |
| HSV(B) | 35.33º | 0.78% | 0.45% | - |
| XYZ | 10.18 | 9.38 | 2.25 | - |
| YUV | 84.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 26 | 0 | 0.32 | 0.78 | 0.55 | 35.33 | 0.63 | 0.28 |
| Hex | 74 | 4F | 1A | 0 | 20 | 4E | 37 | 23 | 3F | 1C |
| Octal | 164 | 117 | 32 | 0 | 40 | 116 | 67 | 43 | 77 | 34 |
| Binary | 1110100 | 1001111 | 11010 | 0 | 100000 | 1001110 | 110111 | 100011 | 111111 | 11100 |
Color Harmonies of #744F1A
Complementary color
Monochromatic Colors of #744F1A
Black with #744F1A
Text Example
Text Example
White with #744F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F1A; }
p { color: rgb(116,79,26); }
H1.HeaderClassName
{
color: #744F1A;
}
.AnyTagClassName
{
color: #744F1A;
}
</style>
background-color css
<style>
a { background-color: #744F1A; }
a { background-color: rgb(116,79,26); }
div.DivClassName
{
background-color: #744F1A;
}
.BgClassName
{
background-color: #744F1A;
}
</style>
border-color css
<style>
span { border-color: #744F1A; }
span { border-color: rgb(116,79,26); }
td.TdClassName
{
border-color: #744F1A;
}
.TagClassName
{
border-color: #744F1A;
}
</style>