Shades of Raw Umber #715201
Tints of Raw Umber #715201
RGB
CMYK
RGB Variations
Color information
#715201 (or 0x715201) is known color: Raw Umber. HEX triplet: 71, 52 and 01. RGB value is (113,82,1). Sum of RGB (Red+Green+Blue) = 113+82+1=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #715201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715201 is #8EADFE. Grayscale: #525252. Windows color (decimal): -9350655 or 86641. OLE color: 86641.
HSL color Cylindrical-coordinate representation of color #715201: hue angle of 43.39º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #715201 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.56 |
| HSL | 43.39º | 0.98% | 0.22% | - |
| HSV(B) | 43.39º | 0.99% | 0.44% | - |
| XYZ | 9.83 | 9.55 | 1.35 | - |
| YUV | 82.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 1 | 0 | 0.27 | 0.99 | 0.56 | 43.39 | 0.98 | 0.22 |
| Hex | 71 | 52 | 1 | 0 | 1B | 63 | 38 | 2B | 62 | 16 |
| Octal | 161 | 122 | 1 | 0 | 33 | 143 | 70 | 53 | 142 | 26 |
| Binary | 1110001 | 1010010 | 1 | 0 | 11011 | 1100011 | 111000 | 101011 | 1100010 | 10110 |
Color Harmonies of #715201
Complementary color
Monochromatic Colors of #715201
Black with #715201
Text Example
Text Example
White with #715201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715201; }
p { color: rgb(113,82,1); }
H1.HeaderClassName
{
color: #715201;
}
.AnyTagClassName
{
color: #715201;
}
</style>
background-color css
<style>
a { background-color: #715201; }
a { background-color: rgb(113,82,1); }
div.DivClassName
{
background-color: #715201;
}
.BgClassName
{
background-color: #715201;
}
</style>
border-color css
<style>
span { border-color: #715201; }
span { border-color: rgb(113,82,1); }
td.TdClassName
{
border-color: #715201;
}
.TagClassName
{
border-color: #715201;
}
</style>