Shades of Raw Umber #715302
Tints of Raw Umber #715302
RGB
CMYK
RGB Variations
Color information
#715302 (or 0x715302) is known color: Raw Umber. HEX triplet: 71, 53 and 02. RGB value is (113,83,2). Sum of RGB (Red+Green+Blue) = 113+83+2=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #715302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715302 is #8EACFD. Grayscale: #535353. Windows color (decimal): -9350398 or 152433. OLE color: 152433.
HSL color Cylindrical-coordinate representation of color #715302: hue angle of 43.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #715302 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 2 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.56 |
| HSL | 43.78º | 0.97% | 0.23% | - |
| HSV(B) | 43.78º | 0.98% | 0.44% | - |
| XYZ | 9.91 | 9.7 | 1.41 | - |
| YUV | 82.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 2 | 0 | 0.27 | 0.98 | 0.56 | 43.78 | 0.97 | 0.23 |
| Hex | 71 | 53 | 2 | 0 | 1B | 62 | 38 | 2C | 61 | 17 |
| Octal | 161 | 123 | 2 | 0 | 33 | 142 | 70 | 54 | 141 | 27 |
| Binary | 1110001 | 1010011 | 10 | 0 | 11011 | 1100010 | 111000 | 101100 | 1100001 | 10111 |
Color Harmonies of #715302
Complementary color
Monochromatic Colors of #715302
Black with #715302
Text Example
Text Example
White with #715302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715302; }
p { color: rgb(113,83,2); }
H1.HeaderClassName
{
color: #715302;
}
.AnyTagClassName
{
color: #715302;
}
</style>
background-color css
<style>
a { background-color: #715302; }
a { background-color: rgb(113,83,2); }
div.DivClassName
{
background-color: #715302;
}
.BgClassName
{
background-color: #715302;
}
</style>
border-color css
<style>
span { border-color: #715302; }
span { border-color: rgb(113,83,2); }
td.TdClassName
{
border-color: #715302;
}
.TagClassName
{
border-color: #715302;
}
</style>