Shades of Raw Umber #754F11
Tints of Raw Umber #754F11
RGB
CMYK
RGB Variations
Color information
#754F11 (or 0x754F11) is known color: Raw Umber. HEX triplet: 75, 4F and 11. RGB value is (117,79,17). Sum of RGB (Red+Green+Blue) = 117+79+17=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #754F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F11 is #8AB0EE. Grayscale: #535353. Windows color (decimal): -9089263 or 1134453. OLE color: 1134453.
HSL color Cylindrical-coordinate representation of color #754F11: hue angle of 37.2º 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 #754F11 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 17 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.54 |
| HSL | 37.2º | 0.75% | 0.26% | - |
| HSV(B) | 37.2º | 0.85% | 0.46% | - |
| XYZ | 10.23 | 9.41 | 1.81 | - |
| YUV | 83.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 17 | 0 | 0.32 | 0.85 | 0.54 | 37.2 | 0.75 | 0.26 |
| Hex | 75 | 4F | 11 | 0 | 20 | 55 | 36 | 25 | 4B | 1A |
| Octal | 165 | 117 | 21 | 0 | 40 | 125 | 66 | 45 | 113 | 32 |
| Binary | 1110101 | 1001111 | 10001 | 0 | 100000 | 1010101 | 110110 | 100101 | 1001011 | 11010 |
Color Harmonies of #754F11
Complementary color
Monochromatic Colors of #754F11
Black with #754F11
Text Example
Text Example
White with #754F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F11; }
p { color: rgb(117,79,17); }
H1.HeaderClassName
{
color: #754F11;
}
.AnyTagClassName
{
color: #754F11;
}
</style>
background-color css
<style>
a { background-color: #754F11; }
a { background-color: rgb(117,79,17); }
div.DivClassName
{
background-color: #754F11;
}
.BgClassName
{
background-color: #754F11;
}
</style>
border-color css
<style>
span { border-color: #754F11; }
span { border-color: rgb(117,79,17); }
td.TdClassName
{
border-color: #754F11;
}
.TagClassName
{
border-color: #754F11;
}
</style>