Shades of Raw Umber #71470F
Tints of Raw Umber #71470F
RGB
CMYK
RGB Variations
Color information
#71470F (or 0x71470F) is known color: Raw Umber. HEX triplet: 71, 47 and 0F. RGB value is (113,71,15). Sum of RGB (Red+Green+Blue) = 113+71+15=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71470F is #8EB8F0. Grayscale: #4D4D4D. Windows color (decimal): -9353457 or 1001329. OLE color: 1001329.
HSL color Cylindrical-coordinate representation of color #71470F: hue angle of 34.29º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71470F is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 15 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.56 |
| HSL | 34.29º | 0.77% | 0.25% | - |
| HSV(B) | 34.29º | 0.87% | 0.44% | - |
| XYZ | 9.15 | 8.05 | 1.52 | - |
| YUV | 77.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 15 | 0 | 0.37 | 0.87 | 0.56 | 34.29 | 0.77 | 0.25 |
| Hex | 71 | 47 | F | 0 | 25 | 57 | 38 | 22 | 4D | 19 |
| Octal | 161 | 107 | 17 | 0 | 45 | 127 | 70 | 42 | 115 | 31 |
| Binary | 1110001 | 1000111 | 1111 | 0 | 100101 | 1010111 | 111000 | 100010 | 1001101 | 11001 |
Color Harmonies of #71470F
Complementary color
Monochromatic Colors of #71470F
Black with #71470F
Text Example
Text Example
White with #71470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71470F; }
p { color: rgb(113,71,15); }
H1.HeaderClassName
{
color: #71470F;
}
.AnyTagClassName
{
color: #71470F;
}
</style>
background-color css
<style>
a { background-color: #71470F; }
a { background-color: rgb(113,71,15); }
div.DivClassName
{
background-color: #71470F;
}
.BgClassName
{
background-color: #71470F;
}
</style>
border-color css
<style>
span { border-color: #71470F; }
span { border-color: rgb(113,71,15); }
td.TdClassName
{
border-color: #71470F;
}
.TagClassName
{
border-color: #71470F;
}
</style>