Shades of Raw Umber #713901
Tints of Raw Umber #713901
RGB
CMYK
RGB Variations
Color information
#713901 (or 0x713901) is known color: Raw Umber. HEX triplet: 71, 39 and 01. RGB value is (113,57,1). Sum of RGB (Red+Green+Blue) = 113+57+1=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #713901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713901 is #8EC6FE. Grayscale: #434343. Windows color (decimal): -9357055 or 80241. OLE color: 80241.
HSL color Cylindrical-coordinate representation of color #713901: hue angle of 30º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #713901 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 57 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.56 |
| HSL | 30º | 0.98% | 0.22% | - |
| HSV(B) | 30º | 0.99% | 0.44% | - |
| XYZ | 8.28 | 6.44 | 0.84 | - |
| YUV | 67.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 1 | 0 | 0.50 | 0.99 | 0.56 | 30 | 0.98 | 0.22 |
| Hex | 71 | 39 | 1 | 0 | 32 | 63 | 38 | 1E | 62 | 16 |
| Octal | 161 | 71 | 1 | 0 | 62 | 143 | 70 | 36 | 142 | 26 |
| Binary | 1110001 | 111001 | 1 | 0 | 110010 | 1100011 | 111000 | 11110 | 1100010 | 10110 |
Color Harmonies of #713901
Complementary color
Monochromatic Colors of #713901
Black with #713901
Text Example
Text Example
White with #713901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713901; }
p { color: rgb(113,57,1); }
H1.HeaderClassName
{
color: #713901;
}
.AnyTagClassName
{
color: #713901;
}
</style>
background-color css
<style>
a { background-color: #713901; }
a { background-color: rgb(113,57,1); }
div.DivClassName
{
background-color: #713901;
}
.BgClassName
{
background-color: #713901;
}
</style>
border-color css
<style>
span { border-color: #713901; }
span { border-color: rgb(113,57,1); }
td.TdClassName
{
border-color: #713901;
}
.TagClassName
{
border-color: #713901;
}
</style>