Shades of Raw Umber #715B0C
Tints of Raw Umber #715B0C
RGB
CMYK
RGB Variations
Color information
#715B0C (or 0x715B0C) is known color: Raw Umber. HEX triplet: 71, 5B and 0C. RGB value is (113,91,12). Sum of RGB (Red+Green+Blue) = 113+91+12=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #715B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715B0C is #8EA4F3. Grayscale: #585858. Windows color (decimal): -9348340 or 809841. OLE color: 809841.
HSL color Cylindrical-coordinate representation of color #715B0C: hue angle of 46.93º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #715B0C is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 12 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.56 |
| HSL | 46.93º | 0.81% | 0.25% | - |
| HSV(B) | 46.93º | 0.89% | 0.44% | - |
| XYZ | 10.62 | 11.02 | 1.92 | - |
| YUV | 88.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 12 | 0 | 0.19 | 0.89 | 0.56 | 46.93 | 0.81 | 0.25 |
| Hex | 71 | 5B | C | 0 | 13 | 59 | 38 | 2F | 51 | 19 |
| Octal | 161 | 133 | 14 | 0 | 23 | 131 | 70 | 57 | 121 | 31 |
| Binary | 1110001 | 1011011 | 1100 | 0 | 10011 | 1011001 | 111000 | 101111 | 1010001 | 11001 |
Color Harmonies of #715B0C
Complementary color
Monochromatic Colors of #715B0C
Black with #715B0C
Text Example
Text Example
White with #715B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B0C; }
p { color: rgb(113,91,12); }
H1.HeaderClassName
{
color: #715B0C;
}
.AnyTagClassName
{
color: #715B0C;
}
</style>
background-color css
<style>
a { background-color: #715B0C; }
a { background-color: rgb(113,91,12); }
div.DivClassName
{
background-color: #715B0C;
}
.BgClassName
{
background-color: #715B0C;
}
</style>
border-color css
<style>
span { border-color: #715B0C; }
span { border-color: rgb(113,91,12); }
td.TdClassName
{
border-color: #715B0C;
}
.TagClassName
{
border-color: #715B0C;
}
</style>