Shades of Raw Umber #71530A
Tints of Raw Umber #71530A
RGB
CMYK
RGB Variations
Color information
#71530A (or 0x71530A) is known color: Raw Umber. HEX triplet: 71, 53 and 0A. RGB value is (113,83,10). Sum of RGB (Red+Green+Blue) = 113+83+10=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71530A is #8EACF5. Grayscale: #535353. Windows color (decimal): -9350390 or 676721. OLE color: 676721.
HSL color Cylindrical-coordinate representation of color #71530A: hue angle of 42.52º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71530A is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 10 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.56 |
| HSL | 42.52º | 0.84% | 0.24% | - |
| HSV(B) | 42.52º | 0.91% | 0.44% | - |
| XYZ | 9.96 | 9.72 | 1.64 | - |
| YUV | 83.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 10 | 0 | 0.27 | 0.91 | 0.56 | 42.52 | 0.84 | 0.24 |
| Hex | 71 | 53 | A | 0 | 1B | 5B | 38 | 2B | 54 | 18 |
| Octal | 161 | 123 | 12 | 0 | 33 | 133 | 70 | 53 | 124 | 30 |
| Binary | 1110001 | 1010011 | 1010 | 0 | 11011 | 1011011 | 111000 | 101011 | 1010100 | 11000 |
Color Harmonies of #71530A
Complementary color
Monochromatic Colors of #71530A
Black with #71530A
Text Example
Text Example
White with #71530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71530A; }
p { color: rgb(113,83,10); }
H1.HeaderClassName
{
color: #71530A;
}
.AnyTagClassName
{
color: #71530A;
}
</style>
background-color css
<style>
a { background-color: #71530A; }
a { background-color: rgb(113,83,10); }
div.DivClassName
{
background-color: #71530A;
}
.BgClassName
{
background-color: #71530A;
}
</style>
border-color css
<style>
span { border-color: #71530A; }
span { border-color: rgb(113,83,10); }
td.TdClassName
{
border-color: #71530A;
}
.TagClassName
{
border-color: #71530A;
}
</style>