Shades of Raw Umber #713E04
Tints of Raw Umber #713E04
RGB
CMYK
RGB Variations
Color information
#713E04 (or 0x713E04) is known color: Raw Umber. HEX triplet: 71, 3E and 04. RGB value is (113,62,4). Sum of RGB (Red+Green+Blue) = 113+62+4=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #713E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713E04 is #8EC1FB. Grayscale: #464646. Windows color (decimal): -9355772 or 278129. OLE color: 278129.
HSL color Cylindrical-coordinate representation of color #713E04: hue angle of 31.93º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #713E04 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 4 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.56 |
| HSL | 31.93º | 0.93% | 0.23% | - |
| HSV(B) | 31.93º | 0.96% | 0.44% | - |
| XYZ | 8.55 | 6.96 | 1.01 | - |
| YUV | 70.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 4 | 0 | 0.45 | 0.96 | 0.56 | 31.93 | 0.93 | 0.23 |
| Hex | 71 | 3E | 4 | 0 | 2D | 60 | 38 | 20 | 5D | 17 |
| Octal | 161 | 76 | 4 | 0 | 55 | 140 | 70 | 40 | 135 | 27 |
| Binary | 1110001 | 111110 | 100 | 0 | 101101 | 1100000 | 111000 | 100000 | 1011101 | 10111 |
Color Harmonies of #713E04
Complementary color
Monochromatic Colors of #713E04
Black with #713E04
Text Example
Text Example
White with #713E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E04; }
p { color: rgb(113,62,4); }
H1.HeaderClassName
{
color: #713E04;
}
.AnyTagClassName
{
color: #713E04;
}
</style>
background-color css
<style>
a { background-color: #713E04; }
a { background-color: rgb(113,62,4); }
div.DivClassName
{
background-color: #713E04;
}
.BgClassName
{
background-color: #713E04;
}
</style>
border-color css
<style>
span { border-color: #713E04; }
span { border-color: rgb(113,62,4); }
td.TdClassName
{
border-color: #713E04;
}
.TagClassName
{
border-color: #713E04;
}
</style>