Shades of Raw Umber #76520F
Tints of Raw Umber #76520F
RGB
CMYK
RGB Variations
Color information
#76520F (or 0x76520F) is known color: Raw Umber. HEX triplet: 76, 52 and 0F. RGB value is (118,82,15). Sum of RGB (Red+Green+Blue) = 118+82+15=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76520F is #89ADF0. Grayscale: #555555. Windows color (decimal): -9022961 or 1004150. OLE color: 1004150.
HSL color Cylindrical-coordinate representation of color #76520F: hue angle of 39.03º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76520F is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 15 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.54 |
| HSL | 39.03º | 0.77% | 0.26% | - |
| HSV(B) | 39.03º | 0.87% | 0.46% | - |
| XYZ | 10.57 | 9.92 | 1.81 | - |
| YUV | 85.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 15 | 0 | 0.31 | 0.87 | 0.54 | 39.03 | 0.77 | 0.26 |
| Hex | 76 | 52 | F | 0 | 1F | 57 | 36 | 27 | 4D | 1A |
| Octal | 166 | 122 | 17 | 0 | 37 | 127 | 66 | 47 | 115 | 32 |
| Binary | 1110110 | 1010010 | 1111 | 0 | 11111 | 1010111 | 110110 | 100111 | 1001101 | 11010 |
Color Harmonies of #76520F
Complementary color
Monochromatic Colors of #76520F
Black with #76520F
Text Example
Text Example
White with #76520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76520F; }
p { color: rgb(118,82,15); }
H1.HeaderClassName
{
color: #76520F;
}
.AnyTagClassName
{
color: #76520F;
}
</style>
background-color css
<style>
a { background-color: #76520F; }
a { background-color: rgb(118,82,15); }
div.DivClassName
{
background-color: #76520F;
}
.BgClassName
{
background-color: #76520F;
}
</style>
border-color css
<style>
span { border-color: #76520F; }
span { border-color: rgb(118,82,15); }
td.TdClassName
{
border-color: #76520F;
}
.TagClassName
{
border-color: #76520F;
}
</style>