Shades of Raw Umber #754C11
Tints of Raw Umber #754C11
RGB
CMYK
RGB Variations
Color information
#754C11 (or 0x754C11) is known color: Raw Umber. HEX triplet: 75, 4C and 11. RGB value is (117,76,17). Sum of RGB (Red+Green+Blue) = 117+76+17=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #754C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C11 is #8AB3EE. Grayscale: #515151. Windows color (decimal): -9090031 or 1133685. OLE color: 1133685.
HSL color Cylindrical-coordinate representation of color #754C11: hue angle of 35.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 #754C11 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 17 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.54 |
| HSL | 35.4º | 0.75% | 0.26% | - |
| HSV(B) | 35.4º | 0.85% | 0.46% | - |
| XYZ | 10.02 | 8.99 | 1.74 | - |
| YUV | 81.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 17 | 0 | 0.35 | 0.85 | 0.54 | 35.4 | 0.75 | 0.26 |
| Hex | 75 | 4C | 11 | 0 | 23 | 55 | 36 | 23 | 4B | 1A |
| Octal | 165 | 114 | 21 | 0 | 43 | 125 | 66 | 43 | 113 | 32 |
| Binary | 1110101 | 1001100 | 10001 | 0 | 100011 | 1010101 | 110110 | 100011 | 1001011 | 11010 |
Color Harmonies of #754C11
Complementary color
Monochromatic Colors of #754C11
Black with #754C11
Text Example
Text Example
White with #754C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C11; }
p { color: rgb(117,76,17); }
H1.HeaderClassName
{
color: #754C11;
}
.AnyTagClassName
{
color: #754C11;
}
</style>
background-color css
<style>
a { background-color: #754C11; }
a { background-color: rgb(117,76,17); }
div.DivClassName
{
background-color: #754C11;
}
.BgClassName
{
background-color: #754C11;
}
</style>
border-color css
<style>
span { border-color: #754C11; }
span { border-color: rgb(117,76,17); }
td.TdClassName
{
border-color: #754C11;
}
.TagClassName
{
border-color: #754C11;
}
</style>