Shades of Raw Umber #754D11
Tints of Raw Umber #754D11
RGB
CMYK
RGB Variations
Color information
#754D11 (or 0x754D11) is known color: Raw Umber. HEX triplet: 75, 4D and 11. RGB value is (117,77,17). Sum of RGB (Red+Green+Blue) = 117+77+17=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #754D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D11 is #8AB2EE. Grayscale: #525252. Windows color (decimal): -9089775 or 1133941. OLE color: 1133941.
HSL color Cylindrical-coordinate representation of color #754D11: hue angle of 36º 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 #754D11 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 17 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.54 |
| HSL | 36º | 0.75% | 0.26% | - |
| HSV(B) | 36º | 0.85% | 0.46% | - |
| XYZ | 10.09 | 9.13 | 1.76 | - |
| YUV | 82.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 17 | 0 | 0.34 | 0.85 | 0.54 | 36 | 0.75 | 0.26 |
| Hex | 75 | 4D | 11 | 0 | 22 | 55 | 36 | 24 | 4B | 1A |
| Octal | 165 | 115 | 21 | 0 | 42 | 125 | 66 | 44 | 113 | 32 |
| Binary | 1110101 | 1001101 | 10001 | 0 | 100010 | 1010101 | 110110 | 100100 | 1001011 | 11010 |
Color Harmonies of #754D11
Complementary color
Monochromatic Colors of #754D11
Black with #754D11
Text Example
Text Example
White with #754D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D11; }
p { color: rgb(117,77,17); }
H1.HeaderClassName
{
color: #754D11;
}
.AnyTagClassName
{
color: #754D11;
}
</style>
background-color css
<style>
a { background-color: #754D11; }
a { background-color: rgb(117,77,17); }
div.DivClassName
{
background-color: #754D11;
}
.BgClassName
{
background-color: #754D11;
}
</style>
border-color css
<style>
span { border-color: #754D11; }
span { border-color: rgb(117,77,17); }
td.TdClassName
{
border-color: #754D11;
}
.TagClassName
{
border-color: #754D11;
}
</style>