Shades of Raw Umber #714B16
Tints of Raw Umber #714B16
RGB
CMYK
RGB Variations
Color information
#714B16 (or 0x714B16) is known color: Raw Umber. HEX triplet: 71, 4B and 16. RGB value is (113,75,22). Sum of RGB (Red+Green+Blue) = 113+75+22=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #714B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714B16 is #8EB4E9. Grayscale: #505050. Windows color (decimal): -9352426 or 1461105. OLE color: 1461105.
HSL color Cylindrical-coordinate representation of color #714B16: hue angle of 34.95º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #714B16 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 75 | 22 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.56 |
| HSL | 34.95º | 0.67% | 0.26% | - |
| HSV(B) | 34.95º | 0.81% | 0.44% | - |
| XYZ | 9.47 | 8.6 | 1.92 | - |
| YUV | 80.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 22 | 0 | 0.34 | 0.81 | 0.56 | 34.95 | 0.67 | 0.26 |
| Hex | 71 | 4B | 16 | 0 | 22 | 51 | 38 | 23 | 43 | 1A |
| Octal | 161 | 113 | 26 | 0 | 42 | 121 | 70 | 43 | 103 | 32 |
| Binary | 1110001 | 1001011 | 10110 | 0 | 100010 | 1010001 | 111000 | 100011 | 1000011 | 11010 |
Color Harmonies of #714B16
Complementary color
Monochromatic Colors of #714B16
Black with #714B16
Text Example
Text Example
White with #714B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B16; }
p { color: rgb(113,75,22); }
H1.HeaderClassName
{
color: #714B16;
}
.AnyTagClassName
{
color: #714B16;
}
</style>
background-color css
<style>
a { background-color: #714B16; }
a { background-color: rgb(113,75,22); }
div.DivClassName
{
background-color: #714B16;
}
.BgClassName
{
background-color: #714B16;
}
</style>
border-color css
<style>
span { border-color: #714B16; }
span { border-color: rgb(113,75,22); }
td.TdClassName
{
border-color: #714B16;
}
.TagClassName
{
border-color: #714B16;
}
</style>