Shades of Raw Umber #713703
Tints of Raw Umber #713703
RGB
CMYK
RGB Variations
Color information
#713703 (or 0x713703) is known color: Raw Umber. HEX triplet: 71, 37 and 03. RGB value is (113,55,3). Sum of RGB (Red+Green+Blue) = 113+55+3=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #713703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713703 is #8EC8FC. Grayscale: #424242. Windows color (decimal): -9357565 or 210801. OLE color: 210801.
HSL color Cylindrical-coordinate representation of color #713703: hue angle of 28.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #713703 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 3 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.56 |
| HSL | 28.36º | 0.95% | 0.23% | - |
| HSV(B) | 28.36º | 0.97% | 0.44% | - |
| XYZ | 8.19 | 6.25 | 0.86 | - |
| YUV | 66.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 3 | 0 | 0.51 | 0.97 | 0.56 | 28.36 | 0.95 | 0.23 |
| Hex | 71 | 37 | 3 | 0 | 33 | 61 | 38 | 1C | 5F | 17 |
| Octal | 161 | 67 | 3 | 0 | 63 | 141 | 70 | 34 | 137 | 27 |
| Binary | 1110001 | 110111 | 11 | 0 | 110011 | 1100001 | 111000 | 11100 | 1011111 | 10111 |
Color Harmonies of #713703
Complementary color
Monochromatic Colors of #713703
Black with #713703
Text Example
Text Example
White with #713703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713703; }
p { color: rgb(113,55,3); }
H1.HeaderClassName
{
color: #713703;
}
.AnyTagClassName
{
color: #713703;
}
</style>
background-color css
<style>
a { background-color: #713703; }
a { background-color: rgb(113,55,3); }
div.DivClassName
{
background-color: #713703;
}
.BgClassName
{
background-color: #713703;
}
</style>
border-color css
<style>
span { border-color: #713703; }
span { border-color: rgb(113,55,3); }
td.TdClassName
{
border-color: #713703;
}
.TagClassName
{
border-color: #713703;
}
</style>