Shades of Raw Umber #713B0A
Tints of Raw Umber #713B0A
RGB
CMYK
RGB Variations
Color information
#713B0A (or 0x713B0A) is known color: Raw Umber. HEX triplet: 71, 3B and 0A. RGB value is (113,59,10). Sum of RGB (Red+Green+Blue) = 113+59+10=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #713B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B0A is #8EC4F5. Grayscale: #454545. Windows color (decimal): -9356534 or 670577. OLE color: 670577.
HSL color Cylindrical-coordinate representation of color #713B0A: hue angle of 28.54º 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 #713B0A is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 10 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.56 |
| HSL | 28.54º | 0.84% | 0.24% | - |
| HSV(B) | 28.54º | 0.91% | 0.44% | - |
| XYZ | 8.43 | 6.66 | 1.13 | - |
| YUV | 69.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 10 | 0 | 0.48 | 0.91 | 0.56 | 28.54 | 0.84 | 0.24 |
| Hex | 71 | 3B | A | 0 | 30 | 5B | 38 | 1D | 54 | 18 |
| Octal | 161 | 73 | 12 | 0 | 60 | 133 | 70 | 35 | 124 | 30 |
| Binary | 1110001 | 111011 | 1010 | 0 | 110000 | 1011011 | 111000 | 11101 | 1010100 | 11000 |
Color Harmonies of #713B0A
Complementary color
Monochromatic Colors of #713B0A
Black with #713B0A
Text Example
Text Example
White with #713B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B0A; }
p { color: rgb(113,59,10); }
H1.HeaderClassName
{
color: #713B0A;
}
.AnyTagClassName
{
color: #713B0A;
}
</style>
background-color css
<style>
a { background-color: #713B0A; }
a { background-color: rgb(113,59,10); }
div.DivClassName
{
background-color: #713B0A;
}
.BgClassName
{
background-color: #713B0A;
}
</style>
border-color css
<style>
span { border-color: #713B0A; }
span { border-color: rgb(113,59,10); }
td.TdClassName
{
border-color: #713B0A;
}
.TagClassName
{
border-color: #713B0A;
}
</style>