Shades of Raw Umber #71521A
Tints of Raw Umber #71521A
RGB
CMYK
RGB Variations
Color information
#71521A (or 0x71521A) is known color: Raw Umber. HEX triplet: 71, 52 and 1A. RGB value is (113,82,26). Sum of RGB (Red+Green+Blue) = 113+82+26=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71521A is #8EADE5. Grayscale: #555555. Windows color (decimal): -9350630 or 1725041. OLE color: 1725041.
HSL color Cylindrical-coordinate representation of color #71521A: hue angle of 38.62º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71521A is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 26 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.56 |
| HSL | 38.62º | 0.63% | 0.27% | - |
| HSV(B) | 38.62º | 0.77% | 0.44% | - |
| XYZ | 10.01 | 9.62 | 2.31 | - |
| YUV | 84.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 26 | 0 | 0.27 | 0.77 | 0.56 | 38.62 | 0.63 | 0.27 |
| Hex | 71 | 52 | 1A | 0 | 1B | 4D | 38 | 27 | 3F | 1B |
| Octal | 161 | 122 | 32 | 0 | 33 | 115 | 70 | 47 | 77 | 33 |
| Binary | 1110001 | 1010010 | 11010 | 0 | 11011 | 1001101 | 111000 | 100111 | 111111 | 11011 |
Color Harmonies of #71521A
Complementary color
Monochromatic Colors of #71521A
Black with #71521A
Text Example
Text Example
White with #71521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71521A; }
p { color: rgb(113,82,26); }
H1.HeaderClassName
{
color: #71521A;
}
.AnyTagClassName
{
color: #71521A;
}
</style>
background-color css
<style>
a { background-color: #71521A; }
a { background-color: rgb(113,82,26); }
div.DivClassName
{
background-color: #71521A;
}
.BgClassName
{
background-color: #71521A;
}
</style>
border-color css
<style>
span { border-color: #71521A; }
span { border-color: rgb(113,82,26); }
td.TdClassName
{
border-color: #71521A;
}
.TagClassName
{
border-color: #71521A;
}
</style>