Shades of Raw Umber #755210
Tints of Raw Umber #755210
RGB
CMYK
RGB Variations
Color information
#755210 (or 0x755210) is known color: Raw Umber. HEX triplet: 75, 52 and 10. RGB value is (117,82,16). Sum of RGB (Red+Green+Blue) = 117+82+16=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #755210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755210 is #8AADEF. Grayscale: #555555. Windows color (decimal): -9088496 or 1069685. OLE color: 1069685.
HSL color Cylindrical-coordinate representation of color #755210: hue angle of 39.21º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #755210 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 16 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.54 |
| HSL | 39.21º | 0.76% | 0.26% | - |
| HSV(B) | 39.21º | 0.86% | 0.46% | - |
| XYZ | 10.45 | 9.85 | 1.84 | - |
| YUV | 84.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 16 | 0 | 0.30 | 0.86 | 0.54 | 39.21 | 0.76 | 0.26 |
| Hex | 75 | 52 | 10 | 0 | 1E | 56 | 36 | 27 | 4C | 1A |
| Octal | 165 | 122 | 20 | 0 | 36 | 126 | 66 | 47 | 114 | 32 |
| Binary | 1110101 | 1010010 | 10000 | 0 | 11110 | 1010110 | 110110 | 100111 | 1001100 | 11010 |
Color Harmonies of #755210
Complementary color
Monochromatic Colors of #755210
Black with #755210
Text Example
Text Example
White with #755210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755210; }
p { color: rgb(117,82,16); }
H1.HeaderClassName
{
color: #755210;
}
.AnyTagClassName
{
color: #755210;
}
</style>
background-color css
<style>
a { background-color: #755210; }
a { background-color: rgb(117,82,16); }
div.DivClassName
{
background-color: #755210;
}
.BgClassName
{
background-color: #755210;
}
</style>
border-color css
<style>
span { border-color: #755210; }
span { border-color: rgb(117,82,16); }
td.TdClassName
{
border-color: #755210;
}
.TagClassName
{
border-color: #755210;
}
</style>