Shades of Raw Umber #754E10
Tints of Raw Umber #754E10
RGB
CMYK
RGB Variations
Color information
#754E10 (or 0x754E10) is known color: Raw Umber. HEX triplet: 75, 4E and 10. RGB value is (117,78,16). Sum of RGB (Red+Green+Blue) = 117+78+16=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #754E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E10 is #8AB1EF. Grayscale: #525252. Windows color (decimal): -9089520 or 1068661. OLE color: 1068661.
HSL color Cylindrical-coordinate representation of color #754E10: hue angle of 36.83º 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 #754E10 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 16 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.54 |
| HSL | 36.83º | 0.76% | 0.26% | - |
| HSV(B) | 36.83º | 0.86% | 0.46% | - |
| XYZ | 10.15 | 9.27 | 1.74 | - |
| YUV | 82.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 16 | 0 | 0.33 | 0.86 | 0.54 | 36.83 | 0.76 | 0.26 |
| Hex | 75 | 4E | 10 | 0 | 21 | 56 | 36 | 25 | 4C | 1A |
| Octal | 165 | 116 | 20 | 0 | 41 | 126 | 66 | 45 | 114 | 32 |
| Binary | 1110101 | 1001110 | 10000 | 0 | 100001 | 1010110 | 110110 | 100101 | 1001100 | 11010 |
Color Harmonies of #754E10
Complementary color
Monochromatic Colors of #754E10
Black with #754E10
Text Example
Text Example
White with #754E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E10; }
p { color: rgb(117,78,16); }
H1.HeaderClassName
{
color: #754E10;
}
.AnyTagClassName
{
color: #754E10;
}
</style>
background-color css
<style>
a { background-color: #754E10; }
a { background-color: rgb(117,78,16); }
div.DivClassName
{
background-color: #754E10;
}
.BgClassName
{
background-color: #754E10;
}
</style>
border-color css
<style>
span { border-color: #754E10; }
span { border-color: rgb(117,78,16); }
td.TdClassName
{
border-color: #754E10;
}
.TagClassName
{
border-color: #754E10;
}
</style>