Shades of Raw Umber #714C17
Tints of Raw Umber #714C17
RGB
CMYK
RGB Variations
Color information
#714C17 (or 0x714C17) is known color: Raw Umber. HEX triplet: 71, 4C and 17. RGB value is (113,76,23). Sum of RGB (Red+Green+Blue) = 113+76+23=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #714C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C17 is #8EB3E8. Grayscale: #515151. Windows color (decimal): -9352169 or 1526897. OLE color: 1526897.
HSL color Cylindrical-coordinate representation of color #714C17: hue angle of 35.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #714C17 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 76 | 23 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.56 |
| HSL | 35.33º | 0.66% | 0.27% | - |
| HSV(B) | 35.33º | 0.8% | 0.44% | - |
| XYZ | 9.55 | 8.74 | 1.99 | - |
| YUV | 81.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 23 | 0 | 0.33 | 0.80 | 0.56 | 35.33 | 0.66 | 0.27 |
| Hex | 71 | 4C | 17 | 0 | 21 | 50 | 38 | 23 | 42 | 1B |
| Octal | 161 | 114 | 27 | 0 | 41 | 120 | 70 | 43 | 102 | 33 |
| Binary | 1110001 | 1001100 | 10111 | 0 | 100001 | 1010000 | 111000 | 100011 | 1000010 | 11011 |
Color Harmonies of #714C17
Complementary color
Monochromatic Colors of #714C17
Black with #714C17
Text Example
Text Example
White with #714C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C17; }
p { color: rgb(113,76,23); }
H1.HeaderClassName
{
color: #714C17;
}
.AnyTagClassName
{
color: #714C17;
}
</style>
background-color css
<style>
a { background-color: #714C17; }
a { background-color: rgb(113,76,23); }
div.DivClassName
{
background-color: #714C17;
}
.BgClassName
{
background-color: #714C17;
}
</style>
border-color css
<style>
span { border-color: #714C17; }
span { border-color: rgb(113,76,23); }
td.TdClassName
{
border-color: #714C17;
}
.TagClassName
{
border-color: #714C17;
}
</style>