Shades of Raw Umber #744E1D
Tints of Raw Umber #744E1D
RGB
CMYK
RGB Variations
Color information
#744E1D (or 0x744E1D) is known color: Raw Umber. HEX triplet: 74, 4E and 1D. RGB value is (116,78,29). Sum of RGB (Red+Green+Blue) = 116+78+29=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #744E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E1D is #8BB1E2. Grayscale: #545454. Windows color (decimal): -9155043 or 1920628. OLE color: 1920628.
HSL color Cylindrical-coordinate representation of color #744E1D: hue angle of 33.79º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #744E1D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 29 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.55 |
| HSL | 33.79º | 0.6% | 0.28% | - |
| HSV(B) | 33.79º | 0.75% | 0.45% | - |
| XYZ | 10.15 | 9.25 | 2.41 | - |
| YUV | 83.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 29 | 0 | 0.33 | 0.75 | 0.55 | 33.79 | 0.6 | 0.28 |
| Hex | 74 | 4E | 1D | 0 | 21 | 4B | 37 | 22 | 3C | 1C |
| Octal | 164 | 116 | 35 | 0 | 41 | 113 | 67 | 42 | 74 | 34 |
| Binary | 1110100 | 1001110 | 11101 | 0 | 100001 | 1001011 | 110111 | 100010 | 111100 | 11100 |
Color Harmonies of #744E1D
Complementary color
Monochromatic Colors of #744E1D
Black with #744E1D
Text Example
Text Example
White with #744E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E1D; }
p { color: rgb(116,78,29); }
H1.HeaderClassName
{
color: #744E1D;
}
.AnyTagClassName
{
color: #744E1D;
}
</style>
background-color css
<style>
a { background-color: #744E1D; }
a { background-color: rgb(116,78,29); }
div.DivClassName
{
background-color: #744E1D;
}
.BgClassName
{
background-color: #744E1D;
}
</style>
border-color css
<style>
span { border-color: #744E1D; }
span { border-color: rgb(116,78,29); }
td.TdClassName
{
border-color: #744E1D;
}
.TagClassName
{
border-color: #744E1D;
}
</style>