Shades of Raw Umber #744000
Tints of Raw Umber #744000
RGB
CMYK
RGB Variations
Color information
#744000 (or 0x744000) is known color: Raw Umber. HEX triplet: 74, 40 and 00. RGB value is (116,64,0). Sum of RGB (Red+Green+Blue) = 116+64+0=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #744000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744000 is #8BBFFF. Grayscale: #484848. Windows color (decimal): -9158656 or 16500. OLE color: 16500.
HSL color Cylindrical-coordinate representation of color #744000: hue angle of 33.1º 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 #744000 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.55 |
| HSL | 33.1º | 1% | 0.23% | - |
| HSV(B) | 33.1º | 1% | 0.45% | - |
| XYZ | 9.04 | 7.38 | 0.95 | - |
| YUV | 72.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 0 | 0 | 0.45 | 1 | 0.55 | 33.1 | 1 | 0.23 |
| Hex | 74 | 40 | 0 | 0 | 2D | 64 | 37 | 21 | 64 | 17 |
| Octal | 164 | 100 | 0 | 0 | 55 | 144 | 67 | 41 | 144 | 27 |
| Binary | 1110100 | 1000000 | 0 | 0 | 101101 | 1100100 | 110111 | 100001 | 1100100 | 10111 |
Color Harmonies of #744000
Complementary color
Monochromatic Colors of #744000
Black with #744000
Text Example
Text Example
White with #744000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744000; }
p { color: rgb(116,64,0); }
H1.HeaderClassName
{
color: #744000;
}
.AnyTagClassName
{
color: #744000;
}
</style>
background-color css
<style>
a { background-color: #744000; }
a { background-color: rgb(116,64,0); }
div.DivClassName
{
background-color: #744000;
}
.BgClassName
{
background-color: #744000;
}
</style>
border-color css
<style>
span { border-color: #744000; }
span { border-color: rgb(116,64,0); }
td.TdClassName
{
border-color: #744000;
}
.TagClassName
{
border-color: #744000;
}
</style>