Shades of Raw Umber #744E02
Tints of Raw Umber #744E02
RGB
CMYK
RGB Variations
Color information
#744E02 (or 0x744E02) is known color: Raw Umber. HEX triplet: 74, 4E and 02. RGB value is (116,78,2). Sum of RGB (Red+Green+Blue) = 116+78+2=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #744E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744E02 is #8BB1FD. Grayscale: #515151. Windows color (decimal): -9155070 or 151156. OLE color: 151156.
HSL color Cylindrical-coordinate representation of color #744E02: hue angle of 40º 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 #744E02 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 2 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.55 |
| HSL | 40º | 0.97% | 0.23% | - |
| HSV(B) | 40º | 0.98% | 0.45% | - |
| XYZ | 9.94 | 9.17 | 1.3 | - |
| YUV | 80.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 2 | 0 | 0.33 | 0.98 | 0.55 | 40 | 0.97 | 0.23 |
| Hex | 74 | 4E | 2 | 0 | 21 | 62 | 37 | 28 | 61 | 17 |
| Octal | 164 | 116 | 2 | 0 | 41 | 142 | 67 | 50 | 141 | 27 |
| Binary | 1110100 | 1001110 | 10 | 0 | 100001 | 1100010 | 110111 | 101000 | 1100001 | 10111 |
Color Harmonies of #744E02
Complementary color
Monochromatic Colors of #744E02
Black with #744E02
Text Example
Text Example
White with #744E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E02; }
p { color: rgb(116,78,2); }
H1.HeaderClassName
{
color: #744E02;
}
.AnyTagClassName
{
color: #744E02;
}
</style>
background-color css
<style>
a { background-color: #744E02; }
a { background-color: rgb(116,78,2); }
div.DivClassName
{
background-color: #744E02;
}
.BgClassName
{
background-color: #744E02;
}
</style>
border-color css
<style>
span { border-color: #744E02; }
span { border-color: rgb(116,78,2); }
td.TdClassName
{
border-color: #744E02;
}
.TagClassName
{
border-color: #744E02;
}
</style>