Shades of Raw Umber #714204
Tints of Raw Umber #714204
RGB
CMYK
RGB Variations
Color information
#714204 (or 0x714204) is known color: Raw Umber. HEX triplet: 71, 42 and 04. RGB value is (113,66,4). Sum of RGB (Red+Green+Blue) = 113+66+4=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #714204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714204 is #8EBDFB. Grayscale: #494949. Windows color (decimal): -9354748 or 279153. OLE color: 279153.
HSL color Cylindrical-coordinate representation of color #714204: hue angle of 34.13º 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 #714204 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 66 | 4 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.56 |
| HSL | 34.13º | 0.93% | 0.23% | - |
| HSV(B) | 34.13º | 0.96% | 0.44% | - |
| XYZ | 8.78 | 7.42 | 1.08 | - |
| YUV | 72.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 4 | 0 | 0.42 | 0.96 | 0.56 | 34.13 | 0.93 | 0.23 |
| Hex | 71 | 42 | 4 | 0 | 2A | 60 | 38 | 22 | 5D | 17 |
| Octal | 161 | 102 | 4 | 0 | 52 | 140 | 70 | 42 | 135 | 27 |
| Binary | 1110001 | 1000010 | 100 | 0 | 101010 | 1100000 | 111000 | 100010 | 1011101 | 10111 |
Color Harmonies of #714204
Complementary color
Monochromatic Colors of #714204
Black with #714204
Text Example
Text Example
White with #714204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714204; }
p { color: rgb(113,66,4); }
H1.HeaderClassName
{
color: #714204;
}
.AnyTagClassName
{
color: #714204;
}
</style>
background-color css
<style>
a { background-color: #714204; }
a { background-color: rgb(113,66,4); }
div.DivClassName
{
background-color: #714204;
}
.BgClassName
{
background-color: #714204;
}
</style>
border-color css
<style>
span { border-color: #714204; }
span { border-color: rgb(113,66,4); }
td.TdClassName
{
border-color: #714204;
}
.TagClassName
{
border-color: #714204;
}
</style>