Shades of Raw Umber #715301
Tints of Raw Umber #715301
RGB
CMYK
RGB Variations
Color information
#715301 (or 0x715301) is known color: Raw Umber. HEX triplet: 71, 53 and 01. RGB value is (113,83,1). Sum of RGB (Red+Green+Blue) = 113+83+1=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #715301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715301 is #8EACFE. Grayscale: #525252. Windows color (decimal): -9350399 or 86897. OLE color: 86897.
HSL color Cylindrical-coordinate representation of color #715301: hue angle of 43.93º 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 #715301 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.56 |
| HSL | 43.93º | 0.98% | 0.22% | - |
| HSV(B) | 43.93º | 0.99% | 0.44% | - |
| XYZ | 9.91 | 9.7 | 1.38 | - |
| YUV | 82.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 1 | 0 | 0.27 | 0.99 | 0.56 | 43.93 | 0.98 | 0.22 |
| Hex | 71 | 53 | 1 | 0 | 1B | 63 | 38 | 2C | 62 | 16 |
| Octal | 161 | 123 | 1 | 0 | 33 | 143 | 70 | 54 | 142 | 26 |
| Binary | 1110001 | 1010011 | 1 | 0 | 11011 | 1100011 | 111000 | 101100 | 1100010 | 10110 |
Color Harmonies of #715301
Complementary color
Monochromatic Colors of #715301
Black with #715301
Text Example
Text Example
White with #715301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715301; }
p { color: rgb(113,83,1); }
H1.HeaderClassName
{
color: #715301;
}
.AnyTagClassName
{
color: #715301;
}
</style>
background-color css
<style>
a { background-color: #715301; }
a { background-color: rgb(113,83,1); }
div.DivClassName
{
background-color: #715301;
}
.BgClassName
{
background-color: #715301;
}
</style>
border-color css
<style>
span { border-color: #715301; }
span { border-color: rgb(113,83,1); }
td.TdClassName
{
border-color: #715301;
}
.TagClassName
{
border-color: #715301;
}
</style>