Shades of Raw Umber #713D0A
Tints of Raw Umber #713D0A
RGB
CMYK
RGB Variations
Color information
#713D0A (or 0x713D0A) is known color: Raw Umber. HEX triplet: 71, 3D and 0A. RGB value is (113,61,10). Sum of RGB (Red+Green+Blue) = 113+61+10=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #713D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D0A is #8EC2F5. Grayscale: #464646. Windows color (decimal): -9356022 or 671089. OLE color: 671089.
HSL color Cylindrical-coordinate representation of color #713D0A: hue angle of 29.71º 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 #713D0A is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 10 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.56 |
| HSL | 29.71º | 0.84% | 0.24% | - |
| HSV(B) | 29.71º | 0.91% | 0.44% | - |
| XYZ | 8.53 | 6.87 | 1.16 | - |
| YUV | 70.73 | 93.73 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 10 | 0 | 0.46 | 0.91 | 0.56 | 29.71 | 0.84 | 0.24 |
| Hex | 71 | 3D | A | 0 | 2E | 5B | 38 | 1E | 54 | 18 |
| Octal | 161 | 75 | 12 | 0 | 56 | 133 | 70 | 36 | 124 | 30 |
| Binary | 1110001 | 111101 | 1010 | 0 | 101110 | 1011011 | 111000 | 11110 | 1010100 | 11000 |
Color Harmonies of #713D0A
Complementary color
Monochromatic Colors of #713D0A
Black with #713D0A
Text Example
Text Example
White with #713D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D0A; }
p { color: rgb(113,61,10); }
H1.HeaderClassName
{
color: #713D0A;
}
.AnyTagClassName
{
color: #713D0A;
}
</style>
background-color css
<style>
a { background-color: #713D0A; }
a { background-color: rgb(113,61,10); }
div.DivClassName
{
background-color: #713D0A;
}
.BgClassName
{
background-color: #713D0A;
}
</style>
border-color css
<style>
span { border-color: #713D0A; }
span { border-color: rgb(113,61,10); }
td.TdClassName
{
border-color: #713D0A;
}
.TagClassName
{
border-color: #713D0A;
}
</style>