Shades of Raw Umber #713A0A
Tints of Raw Umber #713A0A
RGB
CMYK
RGB Variations
Color information
#713A0A (or 0x713A0A) is known color: Raw Umber. HEX triplet: 71, 3A and 0A. RGB value is (113,58,10). Sum of RGB (Red+Green+Blue) = 113+58+10=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #713A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A0A is #8EC5F5. Grayscale: #454545. Windows color (decimal): -9356790 or 670321. OLE color: 670321.
HSL color Cylindrical-coordinate representation of color #713A0A: hue angle of 27.96º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #713A0A is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 10 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.56 |
| HSL | 27.96º | 0.84% | 0.24% | - |
| HSV(B) | 27.96º | 0.91% | 0.44% | - |
| XYZ | 8.38 | 6.56 | 1.11 | - |
| YUV | 68.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 10 | 0 | 0.49 | 0.91 | 0.56 | 27.96 | 0.84 | 0.24 |
| Hex | 71 | 3A | A | 0 | 31 | 5B | 38 | 1C | 54 | 18 |
| Octal | 161 | 72 | 12 | 0 | 61 | 133 | 70 | 34 | 124 | 30 |
| Binary | 1110001 | 111010 | 1010 | 0 | 110001 | 1011011 | 111000 | 11100 | 1010100 | 11000 |
Color Harmonies of #713A0A
Complementary color
Monochromatic Colors of #713A0A
Black with #713A0A
Text Example
Text Example
White with #713A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A0A; }
p { color: rgb(113,58,10); }
H1.HeaderClassName
{
color: #713A0A;
}
.AnyTagClassName
{
color: #713A0A;
}
</style>
background-color css
<style>
a { background-color: #713A0A; }
a { background-color: rgb(113,58,10); }
div.DivClassName
{
background-color: #713A0A;
}
.BgClassName
{
background-color: #713A0A;
}
</style>
border-color css
<style>
span { border-color: #713A0A; }
span { border-color: rgb(113,58,10); }
td.TdClassName
{
border-color: #713A0A;
}
.TagClassName
{
border-color: #713A0A;
}
</style>