Shades of Raw Umber #713F0D
Tints of Raw Umber #713F0D
RGB
CMYK
RGB Variations
Color information
#713F0D (or 0x713F0D) is known color: Raw Umber. HEX triplet: 71, 3F and 0D. RGB value is (113,63,13). Sum of RGB (Red+Green+Blue) = 113+63+13=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #713F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F0D is #8EC0F2. Grayscale: #484848. Windows color (decimal): -9355507 or 868209. OLE color: 868209.
HSL color Cylindrical-coordinate representation of color #713F0D: hue angle of 30º degrees, saturation: 0.79, 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 #713F0D is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 13 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.56 |
| HSL | 30º | 0.79% | 0.25% | - |
| HSV(B) | 30º | 0.88% | 0.44% | - |
| XYZ | 8.66 | 7.09 | 1.29 | - |
| YUV | 72.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 13 | 0 | 0.44 | 0.88 | 0.56 | 30 | 0.79 | 0.25 |
| Hex | 71 | 3F | D | 0 | 2C | 58 | 38 | 1E | 4F | 19 |
| Octal | 161 | 77 | 15 | 0 | 54 | 130 | 70 | 36 | 117 | 31 |
| Binary | 1110001 | 111111 | 1101 | 0 | 101100 | 1011000 | 111000 | 11110 | 1001111 | 11001 |
Color Harmonies of #713F0D
Complementary color
Monochromatic Colors of #713F0D
Black with #713F0D
Text Example
Text Example
White with #713F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F0D; }
p { color: rgb(113,63,13); }
H1.HeaderClassName
{
color: #713F0D;
}
.AnyTagClassName
{
color: #713F0D;
}
</style>
background-color css
<style>
a { background-color: #713F0D; }
a { background-color: rgb(113,63,13); }
div.DivClassName
{
background-color: #713F0D;
}
.BgClassName
{
background-color: #713F0D;
}
</style>
border-color css
<style>
span { border-color: #713F0D; }
span { border-color: rgb(113,63,13); }
td.TdClassName
{
border-color: #713F0D;
}
.TagClassName
{
border-color: #713F0D;
}
</style>