Shades of Raw Umber #713B04
Tints of Raw Umber #713B04
RGB
CMYK
RGB Variations
Color information
#713B04 (or 0x713B04) is known color: Raw Umber. HEX triplet: 71, 3B and 04. RGB value is (113,59,4). Sum of RGB (Red+Green+Blue) = 113+59+4=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #713B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B04 is #8EC4FB. Grayscale: #454545. Windows color (decimal): -9356540 or 277361. OLE color: 277361.
HSL color Cylindrical-coordinate representation of color #713B04: hue angle of 30.28º degrees, saturation: 0.93, 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 #713B04 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 4 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.56 |
| HSL | 30.28º | 0.93% | 0.23% | - |
| HSV(B) | 30.28º | 0.96% | 0.44% | - |
| XYZ | 8.4 | 6.65 | 0.96 | - |
| YUV | 68.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 4 | 0 | 0.48 | 0.96 | 0.56 | 30.28 | 0.93 | 0.23 |
| Hex | 71 | 3B | 4 | 0 | 30 | 60 | 38 | 1E | 5D | 17 |
| Octal | 161 | 73 | 4 | 0 | 60 | 140 | 70 | 36 | 135 | 27 |
| Binary | 1110001 | 111011 | 100 | 0 | 110000 | 1100000 | 111000 | 11110 | 1011101 | 10111 |
Color Harmonies of #713B04
Complementary color
Monochromatic Colors of #713B04
Black with #713B04
Text Example
Text Example
White with #713B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B04; }
p { color: rgb(113,59,4); }
H1.HeaderClassName
{
color: #713B04;
}
.AnyTagClassName
{
color: #713B04;
}
</style>
background-color css
<style>
a { background-color: #713B04; }
a { background-color: rgb(113,59,4); }
div.DivClassName
{
background-color: #713B04;
}
.BgClassName
{
background-color: #713B04;
}
</style>
border-color css
<style>
span { border-color: #713B04; }
span { border-color: rgb(113,59,4); }
td.TdClassName
{
border-color: #713B04;
}
.TagClassName
{
border-color: #713B04;
}
</style>