Shades of Raw Umber #75520E
Tints of Raw Umber #75520E
RGB
CMYK
RGB Variations
Color information
#75520E (or 0x75520E) is known color: Raw Umber. HEX triplet: 75, 52 and 0E. RGB value is (117,82,14). Sum of RGB (Red+Green+Blue) = 117+82+14=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75520E is #8AADF1. Grayscale: #555555. Windows color (decimal): -9088498 or 938613. OLE color: 938613.
HSL color Cylindrical-coordinate representation of color #75520E: hue angle of 39.61º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75520E is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 14 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.54 |
| HSL | 39.61º | 0.79% | 0.26% | - |
| HSV(B) | 39.61º | 0.88% | 0.46% | - |
| XYZ | 10.43 | 9.85 | 1.77 | - |
| YUV | 84.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 14 | 0 | 0.30 | 0.88 | 0.54 | 39.61 | 0.79 | 0.26 |
| Hex | 75 | 52 | E | 0 | 1E | 58 | 36 | 28 | 4F | 1A |
| Octal | 165 | 122 | 16 | 0 | 36 | 130 | 66 | 50 | 117 | 32 |
| Binary | 1110101 | 1010010 | 1110 | 0 | 11110 | 1011000 | 110110 | 101000 | 1001111 | 11010 |
Color Harmonies of #75520E
Complementary color
Monochromatic Colors of #75520E
Black with #75520E
Text Example
Text Example
White with #75520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75520E; }
p { color: rgb(117,82,14); }
H1.HeaderClassName
{
color: #75520E;
}
.AnyTagClassName
{
color: #75520E;
}
</style>
background-color css
<style>
a { background-color: #75520E; }
a { background-color: rgb(117,82,14); }
div.DivClassName
{
background-color: #75520E;
}
.BgClassName
{
background-color: #75520E;
}
</style>
border-color css
<style>
span { border-color: #75520E; }
span { border-color: rgb(117,82,14); }
td.TdClassName
{
border-color: #75520E;
}
.TagClassName
{
border-color: #75520E;
}
</style>