Shades of Raw Umber #76570D
Tints of Raw Umber #76570D
RGB
CMYK
RGB Variations
Color information
#76570D (or 0x76570D) is known color: Raw Umber. HEX triplet: 76, 57 and 0D. RGB value is (118,87,13). Sum of RGB (Red+Green+Blue) = 118+87+13=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76570D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76570D is #89A8F2. Grayscale: #585858. Windows color (decimal): -9021683 or 874358. OLE color: 874358.
HSL color Cylindrical-coordinate representation of color #76570D: hue angle of 42.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76570D is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 13 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.54 |
| HSL | 42.29º | 0.8% | 0.26% | - |
| HSV(B) | 42.29º | 0.89% | 0.46% | - |
| XYZ | 10.95 | 10.7 | 1.87 | - |
| YUV | 87.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 13 | 0 | 0.26 | 0.89 | 0.54 | 42.29 | 0.8 | 0.26 |
| Hex | 76 | 57 | D | 0 | 1A | 59 | 36 | 2A | 50 | 1A |
| Octal | 166 | 127 | 15 | 0 | 32 | 131 | 66 | 52 | 120 | 32 |
| Binary | 1110110 | 1010111 | 1101 | 0 | 11010 | 1011001 | 110110 | 101010 | 1010000 | 11010 |
Color Harmonies of #76570D
Complementary color
Monochromatic Colors of #76570D
Black with #76570D
Text Example
Text Example
White with #76570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76570D; }
p { color: rgb(118,87,13); }
H1.HeaderClassName
{
color: #76570D;
}
.AnyTagClassName
{
color: #76570D;
}
</style>
background-color css
<style>
a { background-color: #76570D; }
a { background-color: rgb(118,87,13); }
div.DivClassName
{
background-color: #76570D;
}
.BgClassName
{
background-color: #76570D;
}
</style>
border-color css
<style>
span { border-color: #76570D; }
span { border-color: rgb(118,87,13); }
td.TdClassName
{
border-color: #76570D;
}
.TagClassName
{
border-color: #76570D;
}
</style>