Shades of Raw Umber #71570D
Tints of Raw Umber #71570D
RGB
CMYK
RGB Variations
Color information
#71570D (or 0x71570D) is known color: Raw Umber. HEX triplet: 71, 57 and 0D. RGB value is (113,87,13). Sum of RGB (Red+Green+Blue) = 113+87+13=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71570D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71570D is #8EA8F2. Grayscale: #565656. Windows color (decimal): -9349363 or 874353. OLE color: 874353.
HSL color Cylindrical-coordinate representation of color #71570D: hue angle of 44.4º 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 #71570D is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 87 | 13 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.56 |
| HSL | 44.4º | 0.79% | 0.25% | - |
| HSV(B) | 44.4º | 0.88% | 0.44% | - |
| XYZ | 10.29 | 10.36 | 1.84 | - |
| YUV | 86.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 13 | 0 | 0.23 | 0.88 | 0.56 | 44.4 | 0.79 | 0.25 |
| Hex | 71 | 57 | D | 0 | 17 | 58 | 38 | 2C | 4F | 19 |
| Octal | 161 | 127 | 15 | 0 | 27 | 130 | 70 | 54 | 117 | 31 |
| Binary | 1110001 | 1010111 | 1101 | 0 | 10111 | 1011000 | 111000 | 101100 | 1001111 | 11001 |
Color Harmonies of #71570D
Complementary color
Monochromatic Colors of #71570D
Black with #71570D
Text Example
Text Example
White with #71570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71570D; }
p { color: rgb(113,87,13); }
H1.HeaderClassName
{
color: #71570D;
}
.AnyTagClassName
{
color: #71570D;
}
</style>
background-color css
<style>
a { background-color: #71570D; }
a { background-color: rgb(113,87,13); }
div.DivClassName
{
background-color: #71570D;
}
.BgClassName
{
background-color: #71570D;
}
</style>
border-color css
<style>
span { border-color: #71570D; }
span { border-color: rgb(113,87,13); }
td.TdClassName
{
border-color: #71570D;
}
.TagClassName
{
border-color: #71570D;
}
</style>