Shades of Raw Umber #71521C
Tints of Raw Umber #71521C
RGB
CMYK
RGB Variations
Color information
#71521C (or 0x71521C) is known color: Raw Umber. HEX triplet: 71, 52 and 1C. RGB value is (113,82,28). Sum of RGB (Red+Green+Blue) = 113+82+28=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71521C is #8EADE3. Grayscale: #555555. Windows color (decimal): -9350628 or 1856113. OLE color: 1856113.
HSL color Cylindrical-coordinate representation of color #71521C: hue angle of 38.12º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71521C is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 28 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.56 |
| HSL | 38.12º | 0.6% | 0.28% | - |
| HSV(B) | 38.12º | 0.75% | 0.44% | - |
| XYZ | 10.04 | 9.63 | 2.43 | - |
| YUV | 85.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 28 | 0 | 0.27 | 0.75 | 0.56 | 38.12 | 0.6 | 0.28 |
| Hex | 71 | 52 | 1C | 0 | 1B | 4B | 38 | 26 | 3C | 1C |
| Octal | 161 | 122 | 34 | 0 | 33 | 113 | 70 | 46 | 74 | 34 |
| Binary | 1110001 | 1010010 | 11100 | 0 | 11011 | 1001011 | 111000 | 100110 | 111100 | 11100 |
Color Harmonies of #71521C
Complementary color
Monochromatic Colors of #71521C
Black with #71521C
Text Example
Text Example
White with #71521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71521C; }
p { color: rgb(113,82,28); }
H1.HeaderClassName
{
color: #71521C;
}
.AnyTagClassName
{
color: #71521C;
}
</style>
background-color css
<style>
a { background-color: #71521C; }
a { background-color: rgb(113,82,28); }
div.DivClassName
{
background-color: #71521C;
}
.BgClassName
{
background-color: #71521C;
}
</style>
border-color css
<style>
span { border-color: #71521C; }
span { border-color: rgb(113,82,28); }
td.TdClassName
{
border-color: #71521C;
}
.TagClassName
{
border-color: #71521C;
}
</style>