Shades of Raw Umber #76510D
Tints of Raw Umber #76510D
RGB
CMYK
RGB Variations
Color information
#76510D (or 0x76510D) is known color: Raw Umber. HEX triplet: 76, 51 and 0D. RGB value is (118,81,13). Sum of RGB (Red+Green+Blue) = 118+81+13=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76510D is #89AEF2. Grayscale: #545454. Windows color (decimal): -9023219 or 872822. OLE color: 872822.
HSL color Cylindrical-coordinate representation of color #76510D: hue angle of 38.86º 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 #76510D is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 13 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.54 |
| HSL | 38.86º | 0.8% | 0.26% | - |
| HSV(B) | 38.86º | 0.89% | 0.46% | - |
| XYZ | 10.49 | 9.77 | 1.71 | - |
| YUV | 84.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 13 | 0 | 0.31 | 0.89 | 0.54 | 38.86 | 0.8 | 0.26 |
| Hex | 76 | 51 | D | 0 | 1F | 59 | 36 | 27 | 50 | 1A |
| Octal | 166 | 121 | 15 | 0 | 37 | 131 | 66 | 47 | 120 | 32 |
| Binary | 1110110 | 1010001 | 1101 | 0 | 11111 | 1011001 | 110110 | 100111 | 1010000 | 11010 |
Color Harmonies of #76510D
Complementary color
Monochromatic Colors of #76510D
Black with #76510D
Text Example
Text Example
White with #76510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76510D; }
p { color: rgb(118,81,13); }
H1.HeaderClassName
{
color: #76510D;
}
.AnyTagClassName
{
color: #76510D;
}
</style>
background-color css
<style>
a { background-color: #76510D; }
a { background-color: rgb(118,81,13); }
div.DivClassName
{
background-color: #76510D;
}
.BgClassName
{
background-color: #76510D;
}
</style>
border-color css
<style>
span { border-color: #76510D; }
span { border-color: rgb(118,81,13); }
td.TdClassName
{
border-color: #76510D;
}
.TagClassName
{
border-color: #76510D;
}
</style>