Shades of Raw Umber #715B03
Tints of Raw Umber #715B03
RGB
CMYK
RGB Variations
Color information
#715B03 (or 0x715B03) is known color: Raw Umber. HEX triplet: 71, 5B and 03. RGB value is (113,91,3). Sum of RGB (Red+Green+Blue) = 113+91+3=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #715B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715B03 is #8EA4FC. Grayscale: #575757. Windows color (decimal): -9348349 or 220017. OLE color: 220017.
HSL color Cylindrical-coordinate representation of color #715B03: hue angle of 48º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #715B03 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 3 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.56 |
| HSL | 48º | 0.95% | 0.23% | - |
| HSV(B) | 48º | 0.97% | 0.44% | - |
| XYZ | 10.57 | 11 | 1.65 | - |
| YUV | 87.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 3 | 0 | 0.19 | 0.97 | 0.56 | 48 | 0.95 | 0.23 |
| Hex | 71 | 5B | 3 | 0 | 13 | 61 | 38 | 30 | 5F | 17 |
| Octal | 161 | 133 | 3 | 0 | 23 | 141 | 70 | 60 | 137 | 27 |
| Binary | 1110001 | 1011011 | 11 | 0 | 10011 | 1100001 | 111000 | 110000 | 1011111 | 10111 |
Color Harmonies of #715B03
Complementary color
Monochromatic Colors of #715B03
Black with #715B03
Text Example
Text Example
White with #715B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B03; }
p { color: rgb(113,91,3); }
H1.HeaderClassName
{
color: #715B03;
}
.AnyTagClassName
{
color: #715B03;
}
</style>
background-color css
<style>
a { background-color: #715B03; }
a { background-color: rgb(113,91,3); }
div.DivClassName
{
background-color: #715B03;
}
.BgClassName
{
background-color: #715B03;
}
</style>
border-color css
<style>
span { border-color: #715B03; }
span { border-color: rgb(113,91,3); }
td.TdClassName
{
border-color: #715B03;
}
.TagClassName
{
border-color: #715B03;
}
</style>