Shades of Raw Umber #71410C
Tints of Raw Umber #71410C
RGB
CMYK
RGB Variations
Color information
#71410C (or 0x71410C) is known color: Raw Umber. HEX triplet: 71, 41 and 0C. RGB value is (113,65,12). Sum of RGB (Red+Green+Blue) = 113+65+12=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71410C is #8EBEF3. Grayscale: #494949. Windows color (decimal): -9354996 or 803185. OLE color: 803185.
HSL color Cylindrical-coordinate representation of color #71410C: hue angle of 31.49º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71410C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 12 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.56 |
| HSL | 31.49º | 0.81% | 0.25% | - |
| HSV(B) | 31.49º | 0.89% | 0.44% | - |
| XYZ | 8.77 | 7.32 | 1.3 | - |
| YUV | 73.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 12 | 0 | 0.42 | 0.89 | 0.56 | 31.49 | 0.81 | 0.25 |
| Hex | 71 | 41 | C | 0 | 2A | 59 | 38 | 1F | 51 | 19 |
| Octal | 161 | 101 | 14 | 0 | 52 | 131 | 70 | 37 | 121 | 31 |
| Binary | 1110001 | 1000001 | 1100 | 0 | 101010 | 1011001 | 111000 | 11111 | 1010001 | 11001 |
Color Harmonies of #71410C
Complementary color
Monochromatic Colors of #71410C
Black with #71410C
Text Example
Text Example
White with #71410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71410C; }
p { color: rgb(113,65,12); }
H1.HeaderClassName
{
color: #71410C;
}
.AnyTagClassName
{
color: #71410C;
}
</style>
background-color css
<style>
a { background-color: #71410C; }
a { background-color: rgb(113,65,12); }
div.DivClassName
{
background-color: #71410C;
}
.BgClassName
{
background-color: #71410C;
}
</style>
border-color css
<style>
span { border-color: #71410C; }
span { border-color: rgb(113,65,12); }
td.TdClassName
{
border-color: #71410C;
}
.TagClassName
{
border-color: #71410C;
}
</style>