Shades of Raw Umber #713F00
Tints of Raw Umber #713F00
RGB
CMYK
RGB Variations
Color information
#713F00 (or 0x713F00) is known color: Raw Umber. HEX triplet: 71, 3F and 00. RGB value is (113,63,0). Sum of RGB (Red+Green+Blue) = 113+63+0=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #713F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F00 is #8EC0FF. Grayscale: #474747. Windows color (decimal): -9355520 or 16241. OLE color: 16241.
HSL color Cylindrical-coordinate representation of color #713F00: hue angle of 33.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #713F00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.56 |
| HSL | 33.45º | 1% | 0.22% | - |
| HSV(B) | 33.45º | 1% | 0.44% | - |
| XYZ | 8.59 | 7.07 | 0.91 | - |
| YUV | 70.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 0 | 0 | 0.44 | 1 | 0.56 | 33.45 | 1 | 0.22 |
| Hex | 71 | 3F | 0 | 0 | 2C | 64 | 38 | 21 | 64 | 16 |
| Octal | 161 | 77 | 0 | 0 | 54 | 144 | 70 | 41 | 144 | 26 |
| Binary | 1110001 | 111111 | 0 | 0 | 101100 | 1100100 | 111000 | 100001 | 1100100 | 10110 |
Color Harmonies of #713F00
Complementary color
Monochromatic Colors of #713F00
Black with #713F00
Text Example
Text Example
White with #713F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F00; }
p { color: rgb(113,63,0); }
H1.HeaderClassName
{
color: #713F00;
}
.AnyTagClassName
{
color: #713F00;
}
</style>
background-color css
<style>
a { background-color: #713F00; }
a { background-color: rgb(113,63,0); }
div.DivClassName
{
background-color: #713F00;
}
.BgClassName
{
background-color: #713F00;
}
</style>
border-color css
<style>
span { border-color: #713F00; }
span { border-color: rgb(113,63,0); }
td.TdClassName
{
border-color: #713F00;
}
.TagClassName
{
border-color: #713F00;
}
</style>