Shades of Raw Umber #754E0A
Tints of Raw Umber #754E0A
RGB
CMYK
RGB Variations
Color information
#754E0A (or 0x754E0A) is known color: Raw Umber. HEX triplet: 75, 4E and 0A. RGB value is (117,78,10). Sum of RGB (Red+Green+Blue) = 117+78+10=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #754E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E0A is #8AB1F5. Grayscale: #525252. Windows color (decimal): -9089526 or 675445. OLE color: 675445.
HSL color Cylindrical-coordinate representation of color #754E0A: hue angle of 38.13º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #754E0A is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 10 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.54 |
| HSL | 38.13º | 0.84% | 0.25% | - |
| HSV(B) | 38.13º | 0.91% | 0.46% | - |
| XYZ | 10.12 | 9.25 | 1.54 | - |
| YUV | 81.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 10 | 0 | 0.33 | 0.91 | 0.54 | 38.13 | 0.84 | 0.25 |
| Hex | 75 | 4E | A | 0 | 21 | 5B | 36 | 26 | 54 | 19 |
| Octal | 165 | 116 | 12 | 0 | 41 | 133 | 66 | 46 | 124 | 31 |
| Binary | 1110101 | 1001110 | 1010 | 0 | 100001 | 1011011 | 110110 | 100110 | 1010100 | 11001 |
Color Harmonies of #754E0A
Complementary color
Monochromatic Colors of #754E0A
Black with #754E0A
Text Example
Text Example
White with #754E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E0A; }
p { color: rgb(117,78,10); }
H1.HeaderClassName
{
color: #754E0A;
}
.AnyTagClassName
{
color: #754E0A;
}
</style>
background-color css
<style>
a { background-color: #754E0A; }
a { background-color: rgb(117,78,10); }
div.DivClassName
{
background-color: #754E0A;
}
.BgClassName
{
background-color: #754E0A;
}
</style>
border-color css
<style>
span { border-color: #754E0A; }
span { border-color: rgb(117,78,10); }
td.TdClassName
{
border-color: #754E0A;
}
.TagClassName
{
border-color: #754E0A;
}
</style>