Shades of Raw Umber #713B05
Tints of Raw Umber #713B05
RGB
CMYK
RGB Variations
Color information
#713B05 (or 0x713B05) is known color: Raw Umber. HEX triplet: 71, 3B and 05. RGB value is (113,59,5). Sum of RGB (Red+Green+Blue) = 113+59+5=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #713B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B05 is #8EC4FA. Grayscale: #454545. Windows color (decimal): -9356539 or 342897. OLE color: 342897.
HSL color Cylindrical-coordinate representation of color #713B05: hue angle of 30º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #713B05 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 5 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.56 |
| HSL | 30º | 0.92% | 0.23% | - |
| HSV(B) | 30º | 0.96% | 0.44% | - |
| XYZ | 8.4 | 6.65 | 0.98 | - |
| YUV | 68.99 | 91.89 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 5 | 0 | 0.48 | 0.96 | 0.56 | 30 | 0.92 | 0.23 |
| Hex | 71 | 3B | 5 | 0 | 30 | 60 | 38 | 1E | 5C | 17 |
| Octal | 161 | 73 | 5 | 0 | 60 | 140 | 70 | 36 | 134 | 27 |
| Binary | 1110001 | 111011 | 101 | 0 | 110000 | 1100000 | 111000 | 11110 | 1011100 | 10111 |
Color Harmonies of #713B05
Complementary color
Monochromatic Colors of #713B05
Black with #713B05
Text Example
Text Example
White with #713B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B05; }
p { color: rgb(113,59,5); }
H1.HeaderClassName
{
color: #713B05;
}
.AnyTagClassName
{
color: #713B05;
}
</style>
background-color css
<style>
a { background-color: #713B05; }
a { background-color: rgb(113,59,5); }
div.DivClassName
{
background-color: #713B05;
}
.BgClassName
{
background-color: #713B05;
}
</style>
border-color css
<style>
span { border-color: #713B05; }
span { border-color: rgb(113,59,5); }
td.TdClassName
{
border-color: #713B05;
}
.TagClassName
{
border-color: #713B05;
}
</style>