Shades of Raw Umber #744E03
Tints of Raw Umber #744E03
RGB
CMYK
RGB Variations
Color information
#744E03 (or 0x744E03) is known color: Raw Umber. HEX triplet: 74, 4E and 03. RGB value is (116,78,3). Sum of RGB (Red+Green+Blue) = 116+78+3=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #744E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744E03 is #8BB1FC. Grayscale: #515151. Windows color (decimal): -9155069 or 216692. OLE color: 216692.
HSL color Cylindrical-coordinate representation of color #744E03: hue angle of 39.82º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #744E03 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 3 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.55 |
| HSL | 39.82º | 0.95% | 0.23% | - |
| HSV(B) | 39.82º | 0.97% | 0.45% | - |
| XYZ | 9.94 | 9.17 | 1.33 | - |
| YUV | 80.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 3 | 0 | 0.33 | 0.97 | 0.55 | 39.82 | 0.95 | 0.23 |
| Hex | 74 | 4E | 3 | 0 | 21 | 61 | 37 | 28 | 5F | 17 |
| Octal | 164 | 116 | 3 | 0 | 41 | 141 | 67 | 50 | 137 | 27 |
| Binary | 1110100 | 1001110 | 11 | 0 | 100001 | 1100001 | 110111 | 101000 | 1011111 | 10111 |
Color Harmonies of #744E03
Complementary color
Monochromatic Colors of #744E03
Black with #744E03
Text Example
Text Example
White with #744E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E03; }
p { color: rgb(116,78,3); }
H1.HeaderClassName
{
color: #744E03;
}
.AnyTagClassName
{
color: #744E03;
}
</style>
background-color css
<style>
a { background-color: #744E03; }
a { background-color: rgb(116,78,3); }
div.DivClassName
{
background-color: #744E03;
}
.BgClassName
{
background-color: #744E03;
}
</style>
border-color css
<style>
span { border-color: #744E03; }
span { border-color: rgb(116,78,3); }
td.TdClassName
{
border-color: #744E03;
}
.TagClassName
{
border-color: #744E03;
}
</style>