Shades of Raw Umber #76590B
Tints of Raw Umber #76590B
RGB
CMYK
RGB Variations
Color information
#76590B (or 0x76590B) is known color: Raw Umber. HEX triplet: 76, 59 and 0B. RGB value is (118,89,11). Sum of RGB (Red+Green+Blue) = 118+89+11=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76590B is #89A6F4. Grayscale: #595959. Windows color (decimal): -9021173 or 743798. OLE color: 743798.
HSL color Cylindrical-coordinate representation of color #76590B: hue angle of 43.74º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76590B is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 11 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.54 |
| HSL | 43.74º | 0.83% | 0.25% | - |
| HSV(B) | 43.74º | 0.91% | 0.46% | - |
| XYZ | 11.1 | 11.02 | 1.86 | - |
| YUV | 88.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 11 | 0 | 0.25 | 0.91 | 0.54 | 43.74 | 0.83 | 0.25 |
| Hex | 76 | 59 | B | 0 | 19 | 5B | 36 | 2C | 53 | 19 |
| Octal | 166 | 131 | 13 | 0 | 31 | 133 | 66 | 54 | 123 | 31 |
| Binary | 1110110 | 1011001 | 1011 | 0 | 11001 | 1011011 | 110110 | 101100 | 1010011 | 11001 |
Color Harmonies of #76590B
Complementary color
Monochromatic Colors of #76590B
Black with #76590B
Text Example
Text Example
White with #76590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76590B; }
p { color: rgb(118,89,11); }
H1.HeaderClassName
{
color: #76590B;
}
.AnyTagClassName
{
color: #76590B;
}
</style>
background-color css
<style>
a { background-color: #76590B; }
a { background-color: rgb(118,89,11); }
div.DivClassName
{
background-color: #76590B;
}
.BgClassName
{
background-color: #76590B;
}
</style>
border-color css
<style>
span { border-color: #76590B; }
span { border-color: rgb(118,89,11); }
td.TdClassName
{
border-color: #76590B;
}
.TagClassName
{
border-color: #76590B;
}
</style>