Shades of Raw Umber #714C04
Tints of Raw Umber #714C04
RGB
CMYK
RGB Variations
Color information
#714C04 (or 0x714C04) is known color: Raw Umber. HEX triplet: 71, 4C and 04. RGB value is (113,76,4). Sum of RGB (Red+Green+Blue) = 113+76+4=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #714C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C04 is #8EB3FB. Grayscale: #4F4F4F. Windows color (decimal): -9352188 or 281713. OLE color: 281713.
HSL color Cylindrical-coordinate representation of color #714C04: hue angle of 39.63º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #714C04 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 76 | 4 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.56 |
| HSL | 39.63º | 0.93% | 0.23% | - |
| HSV(B) | 39.63º | 0.96% | 0.44% | - |
| XYZ | 9.42 | 8.69 | 1.3 | - |
| YUV | 78.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 4 | 0 | 0.33 | 0.96 | 0.56 | 39.63 | 0.93 | 0.23 |
| Hex | 71 | 4C | 4 | 0 | 21 | 60 | 38 | 28 | 5D | 17 |
| Octal | 161 | 114 | 4 | 0 | 41 | 140 | 70 | 50 | 135 | 27 |
| Binary | 1110001 | 1001100 | 100 | 0 | 100001 | 1100000 | 111000 | 101000 | 1011101 | 10111 |
Color Harmonies of #714C04
Complementary color
Monochromatic Colors of #714C04
Black with #714C04
Text Example
Text Example
White with #714C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C04; }
p { color: rgb(113,76,4); }
H1.HeaderClassName
{
color: #714C04;
}
.AnyTagClassName
{
color: #714C04;
}
</style>
background-color css
<style>
a { background-color: #714C04; }
a { background-color: rgb(113,76,4); }
div.DivClassName
{
background-color: #714C04;
}
.BgClassName
{
background-color: #714C04;
}
</style>
border-color css
<style>
span { border-color: #714C04; }
span { border-color: rgb(113,76,4); }
td.TdClassName
{
border-color: #714C04;
}
.TagClassName
{
border-color: #714C04;
}
</style>