Shades of Raw Umber #71460D
Tints of Raw Umber #71460D
RGB
CMYK
RGB Variations
Color information
#71460D (or 0x71460D) is known color: Raw Umber. HEX triplet: 71, 46 and 0D. RGB value is (113,70,13). Sum of RGB (Red+Green+Blue) = 113+70+13=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71460D is #8EB9F2. Grayscale: #4C4C4C. Windows color (decimal): -9353715 or 870001. OLE color: 870001.
HSL color Cylindrical-coordinate representation of color #71460D: hue angle of 34.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71460D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 70 | 13 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.56 |
| HSL | 34.2º | 0.79% | 0.25% | - |
| HSV(B) | 34.2º | 0.88% | 0.44% | - |
| XYZ | 9.07 | 7.92 | 1.43 | - |
| YUV | 76.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 13 | 0 | 0.38 | 0.88 | 0.56 | 34.2 | 0.79 | 0.25 |
| Hex | 71 | 46 | D | 0 | 26 | 58 | 38 | 22 | 4F | 19 |
| Octal | 161 | 106 | 15 | 0 | 46 | 130 | 70 | 42 | 117 | 31 |
| Binary | 1110001 | 1000110 | 1101 | 0 | 100110 | 1011000 | 111000 | 100010 | 1001111 | 11001 |
Color Harmonies of #71460D
Complementary color
Monochromatic Colors of #71460D
Black with #71460D
Text Example
Text Example
White with #71460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71460D; }
p { color: rgb(113,70,13); }
H1.HeaderClassName
{
color: #71460D;
}
.AnyTagClassName
{
color: #71460D;
}
</style>
background-color css
<style>
a { background-color: #71460D; }
a { background-color: rgb(113,70,13); }
div.DivClassName
{
background-color: #71460D;
}
.BgClassName
{
background-color: #71460D;
}
</style>
border-color css
<style>
span { border-color: #71460D; }
span { border-color: rgb(113,70,13); }
td.TdClassName
{
border-color: #71460D;
}
.TagClassName
{
border-color: #71460D;
}
</style>