Shades of Raw Umber #744901
Tints of Raw Umber #744901
RGB
CMYK
RGB Variations
Color information
#744901 (or 0x744901) is known color: Raw Umber. HEX triplet: 74, 49 and 01. RGB value is (116,73,1). Sum of RGB (Red+Green+Blue) = 116+73+1=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #744901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744901 is #8BB6FE. Grayscale: #4D4D4D. Windows color (decimal): -9156351 or 84340. OLE color: 84340.
HSL color Cylindrical-coordinate representation of color #744901: hue angle of 37.57º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #744901 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.55 |
| HSL | 37.57º | 0.98% | 0.23% | - |
| HSV(B) | 37.57º | 0.99% | 0.45% | - |
| XYZ | 9.59 | 8.48 | 1.16 | - |
| YUV | 77.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 1 | 0 | 0.37 | 0.99 | 0.55 | 37.57 | 0.98 | 0.23 |
| Hex | 74 | 49 | 1 | 0 | 25 | 63 | 37 | 26 | 62 | 17 |
| Octal | 164 | 111 | 1 | 0 | 45 | 143 | 67 | 46 | 142 | 27 |
| Binary | 1110100 | 1001001 | 1 | 0 | 100101 | 1100011 | 110111 | 100110 | 1100010 | 10111 |
Color Harmonies of #744901
Complementary color
Monochromatic Colors of #744901
Black with #744901
Text Example
Text Example
White with #744901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744901; }
p { color: rgb(116,73,1); }
H1.HeaderClassName
{
color: #744901;
}
.AnyTagClassName
{
color: #744901;
}
</style>
background-color css
<style>
a { background-color: #744901; }
a { background-color: rgb(116,73,1); }
div.DivClassName
{
background-color: #744901;
}
.BgClassName
{
background-color: #744901;
}
</style>
border-color css
<style>
span { border-color: #744901; }
span { border-color: rgb(116,73,1); }
td.TdClassName
{
border-color: #744901;
}
.TagClassName
{
border-color: #744901;
}
</style>