Shades of Raw Umber #714A00
Tints of Raw Umber #714A00
RGB
CMYK
RGB Variations
Color information
#714A00 (or 0x714A00) is known color: Raw Umber. HEX triplet: 71, 4A and 00. RGB value is (113,74,0). Sum of RGB (Red+Green+Blue) = 113+74+0=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #714A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714A00 is #8EB5FF. Grayscale: #4D4D4D. Windows color (decimal): -9352704 or 19057. OLE color: 19057.
HSL color Cylindrical-coordinate representation of color #714A00: hue angle of 39.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #714A00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.56 |
| HSL | 39.29º | 1% | 0.22% | - |
| HSV(B) | 39.29º | 1% | 0.44% | - |
| XYZ | 9.26 | 8.41 | 1.13 | - |
| YUV | 77.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 0 | 0 | 0.35 | 1 | 0.56 | 39.29 | 1 | 0.22 |
| Hex | 71 | 4A | 0 | 0 | 23 | 64 | 38 | 27 | 64 | 16 |
| Octal | 161 | 112 | 0 | 0 | 43 | 144 | 70 | 47 | 144 | 26 |
| Binary | 1110001 | 1001010 | 0 | 0 | 100011 | 1100100 | 111000 | 100111 | 1100100 | 10110 |
Color Harmonies of #714A00
Complementary color
Monochromatic Colors of #714A00
Black with #714A00
Text Example
Text Example
White with #714A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A00; }
p { color: rgb(113,74,0); }
H1.HeaderClassName
{
color: #714A00;
}
.AnyTagClassName
{
color: #714A00;
}
</style>
background-color css
<style>
a { background-color: #714A00; }
a { background-color: rgb(113,74,0); }
div.DivClassName
{
background-color: #714A00;
}
.BgClassName
{
background-color: #714A00;
}
</style>
border-color css
<style>
span { border-color: #714A00; }
span { border-color: rgb(113,74,0); }
td.TdClassName
{
border-color: #714A00;
}
.TagClassName
{
border-color: #714A00;
}
</style>