Shades of Raw Umber #714F0A
Tints of Raw Umber #714F0A
RGB
CMYK
RGB Variations
Color information
#714F0A (or 0x714F0A) is known color: Raw Umber. HEX triplet: 71, 4F and 0A. RGB value is (113,79,10). Sum of RGB (Red+Green+Blue) = 113+79+10=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #714F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714F0A is #8EB0F5. Grayscale: #515151. Windows color (decimal): -9351414 or 675697. OLE color: 675697.
HSL color Cylindrical-coordinate representation of color #714F0A: hue angle of 40.19º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #714F0A is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 10 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.56 |
| HSL | 40.19º | 0.84% | 0.24% | - |
| HSV(B) | 40.19º | 0.91% | 0.44% | - |
| XYZ | 9.66 | 9.12 | 1.54 | - |
| YUV | 81.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 10 | 0 | 0.30 | 0.91 | 0.56 | 40.19 | 0.84 | 0.24 |
| Hex | 71 | 4F | A | 0 | 1E | 5B | 38 | 28 | 54 | 18 |
| Octal | 161 | 117 | 12 | 0 | 36 | 133 | 70 | 50 | 124 | 30 |
| Binary | 1110001 | 1001111 | 1010 | 0 | 11110 | 1011011 | 111000 | 101000 | 1010100 | 11000 |
Color Harmonies of #714F0A
Complementary color
Monochromatic Colors of #714F0A
Black with #714F0A
Text Example
Text Example
White with #714F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F0A; }
p { color: rgb(113,79,10); }
H1.HeaderClassName
{
color: #714F0A;
}
.AnyTagClassName
{
color: #714F0A;
}
</style>
background-color css
<style>
a { background-color: #714F0A; }
a { background-color: rgb(113,79,10); }
div.DivClassName
{
background-color: #714F0A;
}
.BgClassName
{
background-color: #714F0A;
}
</style>
border-color css
<style>
span { border-color: #714F0A; }
span { border-color: rgb(113,79,10); }
td.TdClassName
{
border-color: #714F0A;
}
.TagClassName
{
border-color: #714F0A;
}
</style>