Shades of Raw Umber #714400
Tints of Raw Umber #714400
RGB
CMYK
RGB Variations
Color information
#714400 (or 0x714400) is known color: Raw Umber. HEX triplet: 71, 44 and 00. RGB value is (113,68,0). Sum of RGB (Red+Green+Blue) = 113+68+0=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #714400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714400 is #8EBBFF. Grayscale: #4A4A4A. Windows color (decimal): -9354240 or 17521. OLE color: 17521.
HSL color Cylindrical-coordinate representation of color #714400: hue angle of 36.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #714400 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 68 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.56 |
| HSL | 36.11º | 1% | 0.22% | - |
| HSV(B) | 36.11º | 1% | 0.44% | - |
| XYZ | 8.88 | 7.64 | 1.01 | - |
| YUV | 73.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 0 | 0 | 0.40 | 1 | 0.56 | 36.11 | 1 | 0.22 |
| Hex | 71 | 44 | 0 | 0 | 28 | 64 | 38 | 24 | 64 | 16 |
| Octal | 161 | 104 | 0 | 0 | 50 | 144 | 70 | 44 | 144 | 26 |
| Binary | 1110001 | 1000100 | 0 | 0 | 101000 | 1100100 | 111000 | 100100 | 1100100 | 10110 |
Color Harmonies of #714400
Complementary color
Monochromatic Colors of #714400
Black with #714400
Text Example
Text Example
White with #714400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714400; }
p { color: rgb(113,68,0); }
H1.HeaderClassName
{
color: #714400;
}
.AnyTagClassName
{
color: #714400;
}
</style>
background-color css
<style>
a { background-color: #714400; }
a { background-color: rgb(113,68,0); }
div.DivClassName
{
background-color: #714400;
}
.BgClassName
{
background-color: #714400;
}
</style>
border-color css
<style>
span { border-color: #714400; }
span { border-color: rgb(113,68,0); }
td.TdClassName
{
border-color: #714400;
}
.TagClassName
{
border-color: #714400;
}
</style>