Shades of Raw Umber #714103
Tints of Raw Umber #714103
RGB
CMYK
RGB Variations
Color information
#714103 (or 0x714103) is known color: Raw Umber. HEX triplet: 71, 41 and 03. RGB value is (113,65,3). Sum of RGB (Red+Green+Blue) = 113+65+3=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #714103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714103 is #8EBEFC. Grayscale: #484848. Windows color (decimal): -9355005 or 213361. OLE color: 213361.
HSL color Cylindrical-coordinate representation of color #714103: hue angle of 33.82º 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 #714103 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 3 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.56 |
| HSL | 33.82º | 0.95% | 0.23% | - |
| HSV(B) | 33.82º | 0.97% | 0.44% | - |
| XYZ | 8.72 | 7.3 | 1.04 | - |
| YUV | 72.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 3 | 0 | 0.42 | 0.97 | 0.56 | 33.82 | 0.95 | 0.23 |
| Hex | 71 | 41 | 3 | 0 | 2A | 61 | 38 | 22 | 5F | 17 |
| Octal | 161 | 101 | 3 | 0 | 52 | 141 | 70 | 42 | 137 | 27 |
| Binary | 1110001 | 1000001 | 11 | 0 | 101010 | 1100001 | 111000 | 100010 | 1011111 | 10111 |
Color Harmonies of #714103
Complementary color
Monochromatic Colors of #714103
Black with #714103
Text Example
Text Example
White with #714103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714103; }
p { color: rgb(113,65,3); }
H1.HeaderClassName
{
color: #714103;
}
.AnyTagClassName
{
color: #714103;
}
</style>
background-color css
<style>
a { background-color: #714103; }
a { background-color: rgb(113,65,3); }
div.DivClassName
{
background-color: #714103;
}
.BgClassName
{
background-color: #714103;
}
</style>
border-color css
<style>
span { border-color: #714103; }
span { border-color: rgb(113,65,3); }
td.TdClassName
{
border-color: #714103;
}
.TagClassName
{
border-color: #714103;
}
</style>