Shades of Raw Umber #713D00
Tints of Raw Umber #713D00
RGB
CMYK
RGB Variations
Color information
#713D00 (or 0x713D00) is known color: Raw Umber. HEX triplet: 71, 3D and 00. RGB value is (113,61,0). Sum of RGB (Red+Green+Blue) = 113+61+0=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #713D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D00 is #8EC2FF. Grayscale: #454545. Windows color (decimal): -9356032 or 15729. OLE color: 15729.
HSL color Cylindrical-coordinate representation of color #713D00: hue angle of 32.39º 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 #713D00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.56 |
| HSL | 32.39º | 1% | 0.22% | - |
| HSV(B) | 32.39º | 1% | 0.44% | - |
| XYZ | 8.48 | 6.85 | 0.87 | - |
| YUV | 69.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 0 | 0 | 0.46 | 1 | 0.56 | 32.39 | 1 | 0.22 |
| Hex | 71 | 3D | 0 | 0 | 2E | 64 | 38 | 20 | 64 | 16 |
| Octal | 161 | 75 | 0 | 0 | 56 | 144 | 70 | 40 | 144 | 26 |
| Binary | 1110001 | 111101 | 0 | 0 | 101110 | 1100100 | 111000 | 100000 | 1100100 | 10110 |
Color Harmonies of #713D00
Complementary color
Monochromatic Colors of #713D00
Black with #713D00
Text Example
Text Example
White with #713D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D00; }
p { color: rgb(113,61,0); }
H1.HeaderClassName
{
color: #713D00;
}
.AnyTagClassName
{
color: #713D00;
}
</style>
background-color css
<style>
a { background-color: #713D00; }
a { background-color: rgb(113,61,0); }
div.DivClassName
{
background-color: #713D00;
}
.BgClassName
{
background-color: #713D00;
}
</style>
border-color css
<style>
span { border-color: #713D00; }
span { border-color: rgb(113,61,0); }
td.TdClassName
{
border-color: #713D00;
}
.TagClassName
{
border-color: #713D00;
}
</style>