Shades of Raw Umber #744802
Tints of Raw Umber #744802
RGB
CMYK
RGB Variations
Color information
#744802 (or 0x744802) is known color: Raw Umber. HEX triplet: 74, 48 and 02. RGB value is (116,72,2). Sum of RGB (Red+Green+Blue) = 116+72+2=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #744802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744802 is #8BB7FD. Grayscale: #4D4D4D. Windows color (decimal): -9156606 or 149620. OLE color: 149620.
HSL color Cylindrical-coordinate representation of color #744802: hue angle of 36.84º 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 #744802 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 2 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.55 |
| HSL | 36.84º | 0.97% | 0.23% | - |
| HSV(B) | 36.84º | 0.98% | 0.45% | - |
| XYZ | 9.53 | 8.35 | 1.17 | - |
| YUV | 77.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 2 | 0 | 0.38 | 0.98 | 0.55 | 36.84 | 0.97 | 0.23 |
| Hex | 74 | 48 | 2 | 0 | 26 | 62 | 37 | 25 | 61 | 17 |
| Octal | 164 | 110 | 2 | 0 | 46 | 142 | 67 | 45 | 141 | 27 |
| Binary | 1110100 | 1001000 | 10 | 0 | 100110 | 1100010 | 110111 | 100101 | 1100001 | 10111 |
Color Harmonies of #744802
Complementary color
Monochromatic Colors of #744802
Black with #744802
Text Example
Text Example
White with #744802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744802; }
p { color: rgb(116,72,2); }
H1.HeaderClassName
{
color: #744802;
}
.AnyTagClassName
{
color: #744802;
}
</style>
background-color css
<style>
a { background-color: #744802; }
a { background-color: rgb(116,72,2); }
div.DivClassName
{
background-color: #744802;
}
.BgClassName
{
background-color: #744802;
}
</style>
border-color css
<style>
span { border-color: #744802; }
span { border-color: rgb(116,72,2); }
td.TdClassName
{
border-color: #744802;
}
.TagClassName
{
border-color: #744802;
}
</style>