Shades of Raw Umber #76511E
Tints of Raw Umber #76511E
RGB
CMYK
RGB Variations
Color information
#76511E (or 0x76511E) is known color: Raw Umber. HEX triplet: 76, 51 and 1E. RGB value is (118,81,30). Sum of RGB (Red+Green+Blue) = 118+81+30=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76511E is #89AEE1. Grayscale: #565656. Windows color (decimal): -9023202 or 1986934. OLE color: 1986934.
HSL color Cylindrical-coordinate representation of color #76511E: hue angle of 34.77º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76511E is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 30 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.54 |
| HSL | 34.77º | 0.59% | 0.29% | - |
| HSV(B) | 34.77º | 0.75% | 0.46% | - |
| XYZ | 10.65 | 9.83 | 2.56 | - |
| YUV | 86.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 30 | 0 | 0.31 | 0.75 | 0.54 | 34.77 | 0.59 | 0.29 |
| Hex | 76 | 51 | 1E | 0 | 1F | 4B | 36 | 23 | 3B | 1D |
| Octal | 166 | 121 | 36 | 0 | 37 | 113 | 66 | 43 | 73 | 35 |
| Binary | 1110110 | 1010001 | 11110 | 0 | 11111 | 1001011 | 110110 | 100011 | 111011 | 11101 |
Color Harmonies of #76511E
Complementary color
Monochromatic Colors of #76511E
Black with #76511E
Text Example
Text Example
White with #76511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76511E; }
p { color: rgb(118,81,30); }
H1.HeaderClassName
{
color: #76511E;
}
.AnyTagClassName
{
color: #76511E;
}
</style>
background-color css
<style>
a { background-color: #76511E; }
a { background-color: rgb(118,81,30); }
div.DivClassName
{
background-color: #76511E;
}
.BgClassName
{
background-color: #76511E;
}
</style>
border-color css
<style>
span { border-color: #76511E; }
span { border-color: rgb(118,81,30); }
td.TdClassName
{
border-color: #76511E;
}
.TagClassName
{
border-color: #76511E;
}
</style>