Shades of Raw Umber #713F0F
Tints of Raw Umber #713F0F
RGB
CMYK
RGB Variations
Color information
#713F0F (or 0x713F0F) is known color: Raw Umber. HEX triplet: 71, 3F and 0F. RGB value is (113,63,15). Sum of RGB (Red+Green+Blue) = 113+63+15=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #713F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F0F is #8EC0F0. Grayscale: #484848. Windows color (decimal): -9355505 or 999281. OLE color: 999281.
HSL color Cylindrical-coordinate representation of color #713F0F: hue angle of 29.39º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #713F0F is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 15 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.56 |
| HSL | 29.39º | 0.77% | 0.25% | - |
| HSV(B) | 29.39º | 0.87% | 0.44% | - |
| XYZ | 8.67 | 7.1 | 1.37 | - |
| YUV | 72.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 15 | 0 | 0.44 | 0.87 | 0.56 | 29.39 | 0.77 | 0.25 |
| Hex | 71 | 3F | F | 0 | 2C | 57 | 38 | 1D | 4D | 19 |
| Octal | 161 | 77 | 17 | 0 | 54 | 127 | 70 | 35 | 115 | 31 |
| Binary | 1110001 | 111111 | 1111 | 0 | 101100 | 1010111 | 111000 | 11101 | 1001101 | 11001 |
Color Harmonies of #713F0F
Complementary color
Monochromatic Colors of #713F0F
Black with #713F0F
Text Example
Text Example
White with #713F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F0F; }
p { color: rgb(113,63,15); }
H1.HeaderClassName
{
color: #713F0F;
}
.AnyTagClassName
{
color: #713F0F;
}
</style>
background-color css
<style>
a { background-color: #713F0F; }
a { background-color: rgb(113,63,15); }
div.DivClassName
{
background-color: #713F0F;
}
.BgClassName
{
background-color: #713F0F;
}
</style>
border-color css
<style>
span { border-color: #713F0F; }
span { border-color: rgb(113,63,15); }
td.TdClassName
{
border-color: #713F0F;
}
.TagClassName
{
border-color: #713F0F;
}
</style>