Shades of Raw Umber #713F0E
Tints of Raw Umber #713F0E
RGB
CMYK
RGB Variations
Color information
#713F0E (or 0x713F0E) is known color: Raw Umber. HEX triplet: 71, 3F and 0E. RGB value is (113,63,14). Sum of RGB (Red+Green+Blue) = 113+63+14=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #713F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F0E is #8EC0F1. Grayscale: #484848. Windows color (decimal): -9355506 or 933745. OLE color: 933745.
HSL color Cylindrical-coordinate representation of color #713F0E: hue angle of 29.7º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #713F0E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 14 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.56 |
| HSL | 29.7º | 0.78% | 0.25% | - |
| HSV(B) | 29.7º | 0.88% | 0.44% | - |
| XYZ | 8.67 | 7.1 | 1.33 | - |
| YUV | 72.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 14 | 0 | 0.44 | 0.88 | 0.56 | 29.7 | 0.78 | 0.25 |
| Hex | 71 | 3F | E | 0 | 2C | 58 | 38 | 1E | 4E | 19 |
| Octal | 161 | 77 | 16 | 0 | 54 | 130 | 70 | 36 | 116 | 31 |
| Binary | 1110001 | 111111 | 1110 | 0 | 101100 | 1011000 | 111000 | 11110 | 1001110 | 11001 |
Color Harmonies of #713F0E
Complementary color
Monochromatic Colors of #713F0E
Black with #713F0E
Text Example
Text Example
White with #713F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F0E; }
p { color: rgb(113,63,14); }
H1.HeaderClassName
{
color: #713F0E;
}
.AnyTagClassName
{
color: #713F0E;
}
</style>
background-color css
<style>
a { background-color: #713F0E; }
a { background-color: rgb(113,63,14); }
div.DivClassName
{
background-color: #713F0E;
}
.BgClassName
{
background-color: #713F0E;
}
</style>
border-color css
<style>
span { border-color: #713F0E; }
span { border-color: rgb(113,63,14); }
td.TdClassName
{
border-color: #713F0E;
}
.TagClassName
{
border-color: #713F0E;
}
</style>