Shades of Raw Umber #71530D
Tints of Raw Umber #71530D
RGB
CMYK
RGB Variations
Color information
#71530D (or 0x71530D) is known color: Raw Umber. HEX triplet: 71, 53 and 0D. RGB value is (113,83,13). Sum of RGB (Red+Green+Blue) = 113+83+13=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71530D is #8EACF2. Grayscale: #545454. Windows color (decimal): -9350387 or 873329. OLE color: 873329.
HSL color Cylindrical-coordinate representation of color #71530D: hue angle of 42º 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 #71530D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 13 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.56 |
| HSL | 42º | 0.79% | 0.25% | - |
| HSV(B) | 42º | 0.88% | 0.44% | - |
| XYZ | 9.98 | 9.73 | 1.73 | - |
| YUV | 83.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 13 | 0 | 0.27 | 0.88 | 0.56 | 42 | 0.79 | 0.25 |
| Hex | 71 | 53 | D | 0 | 1B | 58 | 38 | 2A | 4F | 19 |
| Octal | 161 | 123 | 15 | 0 | 33 | 130 | 70 | 52 | 117 | 31 |
| Binary | 1110001 | 1010011 | 1101 | 0 | 11011 | 1011000 | 111000 | 101010 | 1001111 | 11001 |
Color Harmonies of #71530D
Complementary color
Monochromatic Colors of #71530D
Black with #71530D
Text Example
Text Example
White with #71530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71530D; }
p { color: rgb(113,83,13); }
H1.HeaderClassName
{
color: #71530D;
}
.AnyTagClassName
{
color: #71530D;
}
</style>
background-color css
<style>
a { background-color: #71530D; }
a { background-color: rgb(113,83,13); }
div.DivClassName
{
background-color: #71530D;
}
.BgClassName
{
background-color: #71530D;
}
</style>
border-color css
<style>
span { border-color: #71530D; }
span { border-color: rgb(113,83,13); }
td.TdClassName
{
border-color: #71530D;
}
.TagClassName
{
border-color: #71530D;
}
</style>