Shades of Raw Umber #714C03
Tints of Raw Umber #714C03
RGB
CMYK
RGB Variations
Color information
#714C03 (or 0x714C03) is known color: Raw Umber. HEX triplet: 71, 4C and 03. RGB value is (113,76,3). Sum of RGB (Red+Green+Blue) = 113+76+3=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #714C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C03 is #8EB3FC. Grayscale: #4F4F4F. Windows color (decimal): -9352189 or 216177. OLE color: 216177.
HSL color Cylindrical-coordinate representation of color #714C03: hue angle of 39.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 #714C03 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 76 | 3 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.56 |
| HSL | 39.82º | 0.95% | 0.23% | - |
| HSV(B) | 39.82º | 0.97% | 0.44% | - |
| XYZ | 9.41 | 8.69 | 1.27 | - |
| YUV | 78.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 3 | 0 | 0.33 | 0.97 | 0.56 | 39.82 | 0.95 | 0.23 |
| Hex | 71 | 4C | 3 | 0 | 21 | 61 | 38 | 28 | 5F | 17 |
| Octal | 161 | 114 | 3 | 0 | 41 | 141 | 70 | 50 | 137 | 27 |
| Binary | 1110001 | 1001100 | 11 | 0 | 100001 | 1100001 | 111000 | 101000 | 1011111 | 10111 |
Color Harmonies of #714C03
Complementary color
Monochromatic Colors of #714C03
Black with #714C03
Text Example
Text Example
White with #714C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C03; }
p { color: rgb(113,76,3); }
H1.HeaderClassName
{
color: #714C03;
}
.AnyTagClassName
{
color: #714C03;
}
</style>
background-color css
<style>
a { background-color: #714C03; }
a { background-color: rgb(113,76,3); }
div.DivClassName
{
background-color: #714C03;
}
.BgClassName
{
background-color: #714C03;
}
</style>
border-color css
<style>
span { border-color: #714C03; }
span { border-color: rgb(113,76,3); }
td.TdClassName
{
border-color: #714C03;
}
.TagClassName
{
border-color: #714C03;
}
</style>