Shades of Raw Umber #71520D
Tints of Raw Umber #71520D
RGB
CMYK
RGB Variations
Color information
#71520D (or 0x71520D) is known color: Raw Umber. HEX triplet: 71, 52 and 0D. RGB value is (113,82,13). Sum of RGB (Red+Green+Blue) = 113+82+13=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71520D is #8EADF2. Grayscale: #535353. Windows color (decimal): -9350643 or 873073. OLE color: 873073.
HSL color Cylindrical-coordinate representation of color #71520D: hue angle of 41.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 #71520D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 13 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.56 |
| HSL | 41.4º | 0.79% | 0.25% | - |
| HSV(B) | 41.4º | 0.88% | 0.44% | - |
| XYZ | 9.9 | 9.57 | 1.71 | - |
| YUV | 83.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 13 | 0 | 0.27 | 0.88 | 0.56 | 41.4 | 0.79 | 0.25 |
| Hex | 71 | 52 | D | 0 | 1B | 58 | 38 | 29 | 4F | 19 |
| Octal | 161 | 122 | 15 | 0 | 33 | 130 | 70 | 51 | 117 | 31 |
| Binary | 1110001 | 1010010 | 1101 | 0 | 11011 | 1011000 | 111000 | 101001 | 1001111 | 11001 |
Color Harmonies of #71520D
Complementary color
Monochromatic Colors of #71520D
Black with #71520D
Text Example
Text Example
White with #71520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71520D; }
p { color: rgb(113,82,13); }
H1.HeaderClassName
{
color: #71520D;
}
.AnyTagClassName
{
color: #71520D;
}
</style>
background-color css
<style>
a { background-color: #71520D; }
a { background-color: rgb(113,82,13); }
div.DivClassName
{
background-color: #71520D;
}
.BgClassName
{
background-color: #71520D;
}
</style>
border-color css
<style>
span { border-color: #71520D; }
span { border-color: rgb(113,82,13); }
td.TdClassName
{
border-color: #71520D;
}
.TagClassName
{
border-color: #71520D;
}
</style>