Shades of Raw Umber #713D01
Tints of Raw Umber #713D01
RGB
CMYK
RGB Variations
Color information
#713D01 (or 0x713D01) is known color: Raw Umber. HEX triplet: 71, 3D and 01. RGB value is (113,61,1). Sum of RGB (Red+Green+Blue) = 113+61+1=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #713D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D01 is #8EC2FE. Grayscale: #454545. Windows color (decimal): -9356031 or 81265. OLE color: 81265.
HSL color Cylindrical-coordinate representation of color #713D01: hue angle of 32.14º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #713D01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.56 |
| HSL | 32.14º | 0.98% | 0.22% | - |
| HSV(B) | 32.14º | 0.99% | 0.44% | - |
| XYZ | 8.48 | 6.85 | 0.9 | - |
| YUV | 69.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 1 | 0 | 0.46 | 0.99 | 0.56 | 32.14 | 0.98 | 0.22 |
| Hex | 71 | 3D | 1 | 0 | 2E | 63 | 38 | 20 | 62 | 16 |
| Octal | 161 | 75 | 1 | 0 | 56 | 143 | 70 | 40 | 142 | 26 |
| Binary | 1110001 | 111101 | 1 | 0 | 101110 | 1100011 | 111000 | 100000 | 1100010 | 10110 |
Color Harmonies of #713D01
Complementary color
Monochromatic Colors of #713D01
Black with #713D01
Text Example
Text Example
White with #713D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D01; }
p { color: rgb(113,61,1); }
H1.HeaderClassName
{
color: #713D01;
}
.AnyTagClassName
{
color: #713D01;
}
</style>
background-color css
<style>
a { background-color: #713D01; }
a { background-color: rgb(113,61,1); }
div.DivClassName
{
background-color: #713D01;
}
.BgClassName
{
background-color: #713D01;
}
</style>
border-color css
<style>
span { border-color: #713D01; }
span { border-color: rgb(113,61,1); }
td.TdClassName
{
border-color: #713D01;
}
.TagClassName
{
border-color: #713D01;
}
</style>