Shades of Raw Umber #714703
Tints of Raw Umber #714703
RGB
CMYK
RGB Variations
Color information
#714703 (or 0x714703) is known color: Raw Umber. HEX triplet: 71, 47 and 03. RGB value is (113,71,3). Sum of RGB (Red+Green+Blue) = 113+71+3=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #714703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714703 is #8EB8FC. Grayscale: #4C4C4C. Windows color (decimal): -9353469 or 214897. OLE color: 214897.
HSL color Cylindrical-coordinate representation of color #714703: hue angle of 37.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #714703 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 3 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.56 |
| HSL | 37.09º | 0.95% | 0.23% | - |
| HSV(B) | 37.09º | 0.97% | 0.44% | - |
| XYZ | 9.08 | 8.02 | 1.16 | - |
| YUV | 75.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 3 | 0 | 0.37 | 0.97 | 0.56 | 37.09 | 0.95 | 0.23 |
| Hex | 71 | 47 | 3 | 0 | 25 | 61 | 38 | 25 | 5F | 17 |
| Octal | 161 | 107 | 3 | 0 | 45 | 141 | 70 | 45 | 137 | 27 |
| Binary | 1110001 | 1000111 | 11 | 0 | 100101 | 1100001 | 111000 | 100101 | 1011111 | 10111 |
Color Harmonies of #714703
Complementary color
Monochromatic Colors of #714703
Black with #714703
Text Example
Text Example
White with #714703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714703; }
p { color: rgb(113,71,3); }
H1.HeaderClassName
{
color: #714703;
}
.AnyTagClassName
{
color: #714703;
}
</style>
background-color css
<style>
a { background-color: #714703; }
a { background-color: rgb(113,71,3); }
div.DivClassName
{
background-color: #714703;
}
.BgClassName
{
background-color: #714703;
}
</style>
border-color css
<style>
span { border-color: #714703; }
span { border-color: rgb(113,71,3); }
td.TdClassName
{
border-color: #714703;
}
.TagClassName
{
border-color: #714703;
}
</style>