Shades of Raw Umber #713D0E
Tints of Raw Umber #713D0E
RGB
CMYK
RGB Variations
Color information
#713D0E (or 0x713D0E) is known color: Raw Umber. HEX triplet: 71, 3D and 0E. RGB value is (113,61,14). Sum of RGB (Red+Green+Blue) = 113+61+14=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #713D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D0E is #8EC2F1. Grayscale: #474747. Windows color (decimal): -9356018 or 933233. OLE color: 933233.
HSL color Cylindrical-coordinate representation of color #713D0E: hue angle of 28.48º 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 #713D0E is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 14 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.56 |
| HSL | 28.48º | 0.78% | 0.25% | - |
| HSV(B) | 28.48º | 0.88% | 0.44% | - |
| XYZ | 8.56 | 6.88 | 1.29 | - |
| YUV | 71.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 14 | 0 | 0.46 | 0.88 | 0.56 | 28.48 | 0.78 | 0.25 |
| Hex | 71 | 3D | E | 0 | 2E | 58 | 38 | 1C | 4E | 19 |
| Octal | 161 | 75 | 16 | 0 | 56 | 130 | 70 | 34 | 116 | 31 |
| Binary | 1110001 | 111101 | 1110 | 0 | 101110 | 1011000 | 111000 | 11100 | 1001110 | 11001 |
Color Harmonies of #713D0E
Complementary color
Monochromatic Colors of #713D0E
Black with #713D0E
Text Example
Text Example
White with #713D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D0E; }
p { color: rgb(113,61,14); }
H1.HeaderClassName
{
color: #713D0E;
}
.AnyTagClassName
{
color: #713D0E;
}
</style>
background-color css
<style>
a { background-color: #713D0E; }
a { background-color: rgb(113,61,14); }
div.DivClassName
{
background-color: #713D0E;
}
.BgClassName
{
background-color: #713D0E;
}
</style>
border-color css
<style>
span { border-color: #713D0E; }
span { border-color: rgb(113,61,14); }
td.TdClassName
{
border-color: #713D0E;
}
.TagClassName
{
border-color: #713D0E;
}
</style>