Shades of Raw Umber #714F09
Tints of Raw Umber #714F09
RGB
CMYK
RGB Variations
Color information
#714F09 (or 0x714F09) is known color: Raw Umber. HEX triplet: 71, 4F and 09. RGB value is (113,79,9). Sum of RGB (Red+Green+Blue) = 113+79+9=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #714F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714F09 is #8EB0F6. Grayscale: #515151. Windows color (decimal): -9351415 or 610161. OLE color: 610161.
HSL color Cylindrical-coordinate representation of color #714F09: hue angle of 40.38º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #714F09 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 9 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.56 |
| HSL | 40.38º | 0.85% | 0.24% | - |
| HSV(B) | 40.38º | 0.92% | 0.44% | - |
| XYZ | 9.66 | 9.12 | 1.51 | - |
| YUV | 81.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 9 | 0 | 0.30 | 0.92 | 0.56 | 40.38 | 0.85 | 0.24 |
| Hex | 71 | 4F | 9 | 0 | 1E | 5C | 38 | 28 | 55 | 18 |
| Octal | 161 | 117 | 11 | 0 | 36 | 134 | 70 | 50 | 125 | 30 |
| Binary | 1110001 | 1001111 | 1001 | 0 | 11110 | 1011100 | 111000 | 101000 | 1010101 | 11000 |
Color Harmonies of #714F09
Complementary color
Monochromatic Colors of #714F09
Black with #714F09
Text Example
Text Example
White with #714F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F09; }
p { color: rgb(113,79,9); }
H1.HeaderClassName
{
color: #714F09;
}
.AnyTagClassName
{
color: #714F09;
}
</style>
background-color css
<style>
a { background-color: #714F09; }
a { background-color: rgb(113,79,9); }
div.DivClassName
{
background-color: #714F09;
}
.BgClassName
{
background-color: #714F09;
}
</style>
border-color css
<style>
span { border-color: #714F09; }
span { border-color: rgb(113,79,9); }
td.TdClassName
{
border-color: #714F09;
}
.TagClassName
{
border-color: #714F09;
}
</style>