Shades of Raw Umber #713B07
Tints of Raw Umber #713B07
RGB
CMYK
RGB Variations
Color information
#713B07 (or 0x713B07) is known color: Raw Umber. HEX triplet: 71, 3B and 07. RGB value is (113,59,7). Sum of RGB (Red+Green+Blue) = 113+59+7=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #713B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B07 is #8EC4F8. Grayscale: #454545. Windows color (decimal): -9356537 or 473969. OLE color: 473969.
HSL color Cylindrical-coordinate representation of color #713B07: hue angle of 29.43º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #713B07 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 7 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.56 |
| HSL | 29.43º | 0.88% | 0.24% | - |
| HSV(B) | 29.43º | 0.94% | 0.44% | - |
| XYZ | 8.41 | 6.65 | 1.04 | - |
| YUV | 69.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 7 | 0 | 0.48 | 0.94 | 0.56 | 29.43 | 0.88 | 0.24 |
| Hex | 71 | 3B | 7 | 0 | 30 | 5E | 38 | 1D | 58 | 18 |
| Octal | 161 | 73 | 7 | 0 | 60 | 136 | 70 | 35 | 130 | 30 |
| Binary | 1110001 | 111011 | 111 | 0 | 110000 | 1011110 | 111000 | 11101 | 1011000 | 11000 |
Color Harmonies of #713B07
Complementary color
Monochromatic Colors of #713B07
Black with #713B07
Text Example
Text Example
White with #713B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B07; }
p { color: rgb(113,59,7); }
H1.HeaderClassName
{
color: #713B07;
}
.AnyTagClassName
{
color: #713B07;
}
</style>
background-color css
<style>
a { background-color: #713B07; }
a { background-color: rgb(113,59,7); }
div.DivClassName
{
background-color: #713B07;
}
.BgClassName
{
background-color: #713B07;
}
</style>
border-color css
<style>
span { border-color: #713B07; }
span { border-color: rgb(113,59,7); }
td.TdClassName
{
border-color: #713B07;
}
.TagClassName
{
border-color: #713B07;
}
</style>