Shades of Raw Umber #713C0F
Tints of Raw Umber #713C0F
RGB
CMYK
RGB Variations
Color information
#713C0F (or 0x713C0F) is known color: Raw Umber. HEX triplet: 71, 3C and 0F. RGB value is (113,60,15). Sum of RGB (Red+Green+Blue) = 113+60+15=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #713C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713C0F is #8EC3F0. Grayscale: #464646. Windows color (decimal): -9356273 or 998513. OLE color: 998513.
HSL color Cylindrical-coordinate representation of color #713C0F: hue angle of 27.55º 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 #713C0F is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 15 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.56 |
| HSL | 27.55º | 0.77% | 0.25% | - |
| HSV(B) | 27.55º | 0.87% | 0.44% | - |
| XYZ | 8.51 | 6.78 | 1.31 | - |
| YUV | 70.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 15 | 0 | 0.47 | 0.87 | 0.56 | 27.55 | 0.77 | 0.25 |
| Hex | 71 | 3C | F | 0 | 2F | 57 | 38 | 1C | 4D | 19 |
| Octal | 161 | 74 | 17 | 0 | 57 | 127 | 70 | 34 | 115 | 31 |
| Binary | 1110001 | 111100 | 1111 | 0 | 101111 | 1010111 | 111000 | 11100 | 1001101 | 11001 |
Color Harmonies of #713C0F
Complementary color
Monochromatic Colors of #713C0F
Black with #713C0F
Text Example
Text Example
White with #713C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C0F; }
p { color: rgb(113,60,15); }
H1.HeaderClassName
{
color: #713C0F;
}
.AnyTagClassName
{
color: #713C0F;
}
</style>
background-color css
<style>
a { background-color: #713C0F; }
a { background-color: rgb(113,60,15); }
div.DivClassName
{
background-color: #713C0F;
}
.BgClassName
{
background-color: #713C0F;
}
</style>
border-color css
<style>
span { border-color: #713C0F; }
span { border-color: rgb(113,60,15); }
td.TdClassName
{
border-color: #713C0F;
}
.TagClassName
{
border-color: #713C0F;
}
</style>