Shades of Raw Umber #744400
Tints of Raw Umber #744400
RGB
CMYK
RGB Variations
Color information
#744400 (or 0x744400) is known color: Raw Umber. HEX triplet: 74, 44 and 00. RGB value is (116,68,0). Sum of RGB (Red+Green+Blue) = 116+68+0=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #744400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744400 is #8BBBFF. Grayscale: #4A4A4A. Windows color (decimal): -9157632 or 17524. OLE color: 17524.
HSL color Cylindrical-coordinate representation of color #744400: hue angle of 35.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #744400 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.55 |
| HSL | 35.17º | 1% | 0.23% | - |
| HSV(B) | 35.17º | 1% | 0.45% | - |
| XYZ | 9.27 | 7.85 | 1.03 | - |
| YUV | 74.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 0 | 0 | 0.41 | 1 | 0.55 | 35.17 | 1 | 0.23 |
| Hex | 74 | 44 | 0 | 0 | 29 | 64 | 37 | 23 | 64 | 17 |
| Octal | 164 | 104 | 0 | 0 | 51 | 144 | 67 | 43 | 144 | 27 |
| Binary | 1110100 | 1000100 | 0 | 0 | 101001 | 1100100 | 110111 | 100011 | 1100100 | 10111 |
Color Harmonies of #744400
Complementary color
Monochromatic Colors of #744400
Black with #744400
Text Example
Text Example
White with #744400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744400; }
p { color: rgb(116,68,0); }
H1.HeaderClassName
{
color: #744400;
}
.AnyTagClassName
{
color: #744400;
}
</style>
background-color css
<style>
a { background-color: #744400; }
a { background-color: rgb(116,68,0); }
div.DivClassName
{
background-color: #744400;
}
.BgClassName
{
background-color: #744400;
}
</style>
border-color css
<style>
span { border-color: #744400; }
span { border-color: rgb(116,68,0); }
td.TdClassName
{
border-color: #744400;
}
.TagClassName
{
border-color: #744400;
}
</style>