Shades of Raw Umber #713D05
Tints of Raw Umber #713D05
RGB
CMYK
RGB Variations
Color information
#713D05 (or 0x713D05) is known color: Raw Umber. HEX triplet: 71, 3D and 05. RGB value is (113,61,5). Sum of RGB (Red+Green+Blue) = 113+61+5=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #713D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D05 is #8EC2FA. Grayscale: #464646. Windows color (decimal): -9356027 or 343409. OLE color: 343409.
HSL color Cylindrical-coordinate representation of color #713D05: hue angle of 31.11º degrees, saturation: 0.92, 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 #713D05 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 5 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.56 |
| HSL | 31.11º | 0.92% | 0.23% | - |
| HSV(B) | 31.11º | 0.96% | 0.44% | - |
| XYZ | 8.51 | 6.86 | 1.02 | - |
| YUV | 70.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 5 | 0 | 0.46 | 0.96 | 0.56 | 31.11 | 0.92 | 0.23 |
| Hex | 71 | 3D | 5 | 0 | 2E | 60 | 38 | 1F | 5C | 17 |
| Octal | 161 | 75 | 5 | 0 | 56 | 140 | 70 | 37 | 134 | 27 |
| Binary | 1110001 | 111101 | 101 | 0 | 101110 | 1100000 | 111000 | 11111 | 1011100 | 10111 |
Color Harmonies of #713D05
Complementary color
Monochromatic Colors of #713D05
Black with #713D05
Text Example
Text Example
White with #713D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D05; }
p { color: rgb(113,61,5); }
H1.HeaderClassName
{
color: #713D05;
}
.AnyTagClassName
{
color: #713D05;
}
</style>
background-color css
<style>
a { background-color: #713D05; }
a { background-color: rgb(113,61,5); }
div.DivClassName
{
background-color: #713D05;
}
.BgClassName
{
background-color: #713D05;
}
</style>
border-color css
<style>
span { border-color: #713D05; }
span { border-color: rgb(113,61,5); }
td.TdClassName
{
border-color: #713D05;
}
.TagClassName
{
border-color: #713D05;
}
</style>