Shades of Raw Umber #713F0B
Tints of Raw Umber #713F0B
RGB
CMYK
RGB Variations
Color information
#713F0B (or 0x713F0B) is known color: Raw Umber. HEX triplet: 71, 3F and 0B. RGB value is (113,63,11). Sum of RGB (Red+Green+Blue) = 113+63+11=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F0B is #8EC0F4. Grayscale: #484848. Windows color (decimal): -9355509 or 737137. OLE color: 737137.
HSL color Cylindrical-coordinate representation of color #713F0B: hue angle of 30.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #713F0B is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 11 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.56 |
| HSL | 30.59º | 0.82% | 0.24% | - |
| HSV(B) | 30.59º | 0.9% | 0.44% | - |
| XYZ | 8.65 | 7.09 | 1.23 | - |
| YUV | 72.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 11 | 0 | 0.44 | 0.90 | 0.56 | 30.59 | 0.82 | 0.24 |
| Hex | 71 | 3F | B | 0 | 2C | 5A | 38 | 1F | 52 | 18 |
| Octal | 161 | 77 | 13 | 0 | 54 | 132 | 70 | 37 | 122 | 30 |
| Binary | 1110001 | 111111 | 1011 | 0 | 101100 | 1011010 | 111000 | 11111 | 1010010 | 11000 |
Color Harmonies of #713F0B
Complementary color
Monochromatic Colors of #713F0B
Black with #713F0B
Text Example
Text Example
White with #713F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F0B; }
p { color: rgb(113,63,11); }
H1.HeaderClassName
{
color: #713F0B;
}
.AnyTagClassName
{
color: #713F0B;
}
</style>
background-color css
<style>
a { background-color: #713F0B; }
a { background-color: rgb(113,63,11); }
div.DivClassName
{
background-color: #713F0B;
}
.BgClassName
{
background-color: #713F0B;
}
</style>
border-color css
<style>
span { border-color: #713F0B; }
span { border-color: rgb(113,63,11); }
td.TdClassName
{
border-color: #713F0B;
}
.TagClassName
{
border-color: #713F0B;
}
</style>