Shades of Raw Umber #744402
Tints of Raw Umber #744402
RGB
CMYK
RGB Variations
Color information
#744402 (or 0x744402) is known color: Raw Umber. HEX triplet: 74, 44 and 02. RGB value is (116,68,2). Sum of RGB (Red+Green+Blue) = 116+68+2=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #744402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744402 is #8BBBFD. Grayscale: #4B4B4B. Windows color (decimal): -9157630 or 148596. OLE color: 148596.
HSL color Cylindrical-coordinate representation of color #744402: hue angle of 34.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #744402 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 2 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.55 |
| HSL | 34.74º | 0.97% | 0.23% | - |
| HSV(B) | 34.74º | 0.98% | 0.45% | - |
| XYZ | 9.28 | 7.85 | 1.08 | - |
| YUV | 74.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 2 | 0 | 0.41 | 0.98 | 0.55 | 34.74 | 0.97 | 0.23 |
| Hex | 74 | 44 | 2 | 0 | 29 | 62 | 37 | 23 | 61 | 17 |
| Octal | 164 | 104 | 2 | 0 | 51 | 142 | 67 | 43 | 141 | 27 |
| Binary | 1110100 | 1000100 | 10 | 0 | 101001 | 1100010 | 110111 | 100011 | 1100001 | 10111 |
Color Harmonies of #744402
Complementary color
Monochromatic Colors of #744402
Black with #744402
Text Example
Text Example
White with #744402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744402; }
p { color: rgb(116,68,2); }
H1.HeaderClassName
{
color: #744402;
}
.AnyTagClassName
{
color: #744402;
}
</style>
background-color css
<style>
a { background-color: #744402; }
a { background-color: rgb(116,68,2); }
div.DivClassName
{
background-color: #744402;
}
.BgClassName
{
background-color: #744402;
}
</style>
border-color css
<style>
span { border-color: #744402; }
span { border-color: rgb(116,68,2); }
td.TdClassName
{
border-color: #744402;
}
.TagClassName
{
border-color: #744402;
}
</style>