Shades of Raw Umber #744E1A
Tints of Raw Umber #744E1A
RGB
CMYK
RGB Variations
Color information
#744E1A (or 0x744E1A) is known color: Raw Umber. HEX triplet: 74, 4E and 1A. RGB value is (116,78,26). Sum of RGB (Red+Green+Blue) = 116+78+26=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #744E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E1A is #8BB1E5. Grayscale: #535353. Windows color (decimal): -9155046 or 1724020. OLE color: 1724020.
HSL color Cylindrical-coordinate representation of color #744E1A: hue angle of 34.67º 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 #744E1A is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 26 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.55 |
| HSL | 34.67º | 0.63% | 0.28% | - |
| HSV(B) | 34.67º | 0.78% | 0.45% | - |
| XYZ | 10.11 | 9.24 | 2.23 | - |
| YUV | 83.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 26 | 0 | 0.33 | 0.78 | 0.55 | 34.67 | 0.63 | 0.28 |
| Hex | 74 | 4E | 1A | 0 | 21 | 4E | 37 | 23 | 3F | 1C |
| Octal | 164 | 116 | 32 | 0 | 41 | 116 | 67 | 43 | 77 | 34 |
| Binary | 1110100 | 1001110 | 11010 | 0 | 100001 | 1001110 | 110111 | 100011 | 111111 | 11100 |
Color Harmonies of #744E1A
Complementary color
Monochromatic Colors of #744E1A
Black with #744E1A
Text Example
Text Example
White with #744E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E1A; }
p { color: rgb(116,78,26); }
H1.HeaderClassName
{
color: #744E1A;
}
.AnyTagClassName
{
color: #744E1A;
}
</style>
background-color css
<style>
a { background-color: #744E1A; }
a { background-color: rgb(116,78,26); }
div.DivClassName
{
background-color: #744E1A;
}
.BgClassName
{
background-color: #744E1A;
}
</style>
border-color css
<style>
span { border-color: #744E1A; }
span { border-color: rgb(116,78,26); }
td.TdClassName
{
border-color: #744E1A;
}
.TagClassName
{
border-color: #744E1A;
}
</style>