Shades of Raw Umber #755111
Tints of Raw Umber #755111
RGB
CMYK
RGB Variations
Color information
#755111 (or 0x755111) is known color: Raw Umber. HEX triplet: 75, 51 and 11. RGB value is (117,81,17). Sum of RGB (Red+Green+Blue) = 117+81+17=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #755111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755111 is #8AAEEE. Grayscale: #545454. Windows color (decimal): -9088751 or 1134965. OLE color: 1134965.
HSL color Cylindrical-coordinate representation of color #755111: hue angle of 38.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #755111 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 17 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.54 |
| HSL | 38.4º | 0.75% | 0.26% | - |
| HSV(B) | 38.4º | 0.85% | 0.46% | - |
| XYZ | 10.38 | 9.71 | 1.86 | - |
| YUV | 84.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 17 | 0 | 0.31 | 0.85 | 0.54 | 38.4 | 0.75 | 0.26 |
| Hex | 75 | 51 | 11 | 0 | 1F | 55 | 36 | 26 | 4B | 1A |
| Octal | 165 | 121 | 21 | 0 | 37 | 125 | 66 | 46 | 113 | 32 |
| Binary | 1110101 | 1010001 | 10001 | 0 | 11111 | 1010101 | 110110 | 100110 | 1001011 | 11010 |
Color Harmonies of #755111
Complementary color
Monochromatic Colors of #755111
Black with #755111
Text Example
Text Example
White with #755111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755111; }
p { color: rgb(117,81,17); }
H1.HeaderClassName
{
color: #755111;
}
.AnyTagClassName
{
color: #755111;
}
</style>
background-color css
<style>
a { background-color: #755111; }
a { background-color: rgb(117,81,17); }
div.DivClassName
{
background-color: #755111;
}
.BgClassName
{
background-color: #755111;
}
</style>
border-color css
<style>
span { border-color: #755111; }
span { border-color: rgb(117,81,17); }
td.TdClassName
{
border-color: #755111;
}
.TagClassName
{
border-color: #755111;
}
</style>