Shades of Raw Umber #713403
Tints of Raw Umber #713403
RGB
CMYK
RGB Variations
Color information
#713403 (or 0x713403) is known color: Raw Umber. HEX triplet: 71, 34 and 03. RGB value is (113,52,3). Sum of RGB (Red+Green+Blue) = 113+52+3=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #713403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713403 is #8ECBFC. Grayscale: #404040. Windows color (decimal): -9358333 or 210033. OLE color: 210033.
HSL color Cylindrical-coordinate representation of color #713403: hue angle of 26.73º 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 #713403 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 52 | 3 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.56 |
| HSL | 26.73º | 0.95% | 0.23% | - |
| HSV(B) | 26.73º | 0.97% | 0.44% | - |
| XYZ | 8.05 | 5.97 | 0.81 | - |
| YUV | 64.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 3 | 0 | 0.54 | 0.97 | 0.56 | 26.73 | 0.95 | 0.23 |
| Hex | 71 | 34 | 3 | 0 | 36 | 61 | 38 | 1B | 5F | 17 |
| Octal | 161 | 64 | 3 | 0 | 66 | 141 | 70 | 33 | 137 | 27 |
| Binary | 1110001 | 110100 | 11 | 0 | 110110 | 1100001 | 111000 | 11011 | 1011111 | 10111 |
Color Harmonies of #713403
Complementary color
Monochromatic Colors of #713403
Black with #713403
Text Example
Text Example
White with #713403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713403; }
p { color: rgb(113,52,3); }
H1.HeaderClassName
{
color: #713403;
}
.AnyTagClassName
{
color: #713403;
}
</style>
background-color css
<style>
a { background-color: #713403; }
a { background-color: rgb(113,52,3); }
div.DivClassName
{
background-color: #713403;
}
.BgClassName
{
background-color: #713403;
}
</style>
border-color css
<style>
span { border-color: #713403; }
span { border-color: rgb(113,52,3); }
td.TdClassName
{
border-color: #713403;
}
.TagClassName
{
border-color: #713403;
}
</style>