Shades of Raw Umber #714203
Tints of Raw Umber #714203
RGB
CMYK
RGB Variations
Color information
#714203 (or 0x714203) is known color: Raw Umber. HEX triplet: 71, 42 and 03. RGB value is (113,66,3). Sum of RGB (Red+Green+Blue) = 113+66+3=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #714203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714203 is #8EBDFC. Grayscale: #494949. Windows color (decimal): -9354749 or 213617. OLE color: 213617.
HSL color Cylindrical-coordinate representation of color #714203: hue angle of 34.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 #714203 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 66 | 3 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.56 |
| HSL | 34.36º | 0.95% | 0.23% | - |
| HSV(B) | 34.36º | 0.97% | 0.44% | - |
| XYZ | 8.77 | 7.41 | 1.05 | - |
| YUV | 72.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 3 | 0 | 0.42 | 0.97 | 0.56 | 34.36 | 0.95 | 0.23 |
| Hex | 71 | 42 | 3 | 0 | 2A | 61 | 38 | 22 | 5F | 17 |
| Octal | 161 | 102 | 3 | 0 | 52 | 141 | 70 | 42 | 137 | 27 |
| Binary | 1110001 | 1000010 | 11 | 0 | 101010 | 1100001 | 111000 | 100010 | 1011111 | 10111 |
Color Harmonies of #714203
Complementary color
Monochromatic Colors of #714203
Black with #714203
Text Example
Text Example
White with #714203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714203; }
p { color: rgb(113,66,3); }
H1.HeaderClassName
{
color: #714203;
}
.AnyTagClassName
{
color: #714203;
}
</style>
background-color css
<style>
a { background-color: #714203; }
a { background-color: rgb(113,66,3); }
div.DivClassName
{
background-color: #714203;
}
.BgClassName
{
background-color: #714203;
}
</style>
border-color css
<style>
span { border-color: #714203; }
span { border-color: rgb(113,66,3); }
td.TdClassName
{
border-color: #714203;
}
.TagClassName
{
border-color: #714203;
}
</style>