Shades of Raw Umber #713C01
Tints of Raw Umber #713C01
RGB
CMYK
RGB Variations
Color information
#713C01 (or 0x713C01) is known color: Raw Umber. HEX triplet: 71, 3C and 01. RGB value is (113,60,1). Sum of RGB (Red+Green+Blue) = 113+60+1=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #713C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713C01 is #8EC3FE. Grayscale: #454545. Windows color (decimal): -9356287 or 81009. OLE color: 81009.
HSL color Cylindrical-coordinate representation of color #713C01: hue angle of 31.61º 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 #713C01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.56 |
| HSL | 31.61º | 0.98% | 0.22% | - |
| HSV(B) | 31.61º | 0.99% | 0.44% | - |
| XYZ | 8.43 | 6.74 | 0.89 | - |
| YUV | 69.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 1 | 0 | 0.47 | 0.99 | 0.56 | 31.61 | 0.98 | 0.22 |
| Hex | 71 | 3C | 1 | 0 | 2F | 63 | 38 | 20 | 62 | 16 |
| Octal | 161 | 74 | 1 | 0 | 57 | 143 | 70 | 40 | 142 | 26 |
| Binary | 1110001 | 111100 | 1 | 0 | 101111 | 1100011 | 111000 | 100000 | 1100010 | 10110 |
Color Harmonies of #713C01
Complementary color
Monochromatic Colors of #713C01
Black with #713C01
Text Example
Text Example
White with #713C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C01; }
p { color: rgb(113,60,1); }
H1.HeaderClassName
{
color: #713C01;
}
.AnyTagClassName
{
color: #713C01;
}
</style>
background-color css
<style>
a { background-color: #713C01; }
a { background-color: rgb(113,60,1); }
div.DivClassName
{
background-color: #713C01;
}
.BgClassName
{
background-color: #713C01;
}
</style>
border-color css
<style>
span { border-color: #713C01; }
span { border-color: rgb(113,60,1); }
td.TdClassName
{
border-color: #713C01;
}
.TagClassName
{
border-color: #713C01;
}
</style>