Shades of Raw Umber #754E09
Tints of Raw Umber #754E09
RGB
CMYK
RGB Variations
Color information
#754E09 (or 0x754E09) is known color: Raw Umber. HEX triplet: 75, 4E and 09. RGB value is (117,78,9). Sum of RGB (Red+Green+Blue) = 117+78+9=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #754E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E09 is #8AB1F6. Grayscale: #525252. Windows color (decimal): -9089527 or 609909. OLE color: 609909.
HSL color Cylindrical-coordinate representation of color #754E09: hue angle of 38.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #754E09 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 9 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.54 |
| HSL | 38.33º | 0.86% | 0.25% | - |
| HSV(B) | 38.33º | 0.92% | 0.46% | - |
| XYZ | 10.11 | 9.25 | 1.51 | - |
| YUV | 81.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 9 | 0 | 0.33 | 0.92 | 0.54 | 38.33 | 0.86 | 0.25 |
| Hex | 75 | 4E | 9 | 0 | 21 | 5C | 36 | 26 | 56 | 19 |
| Octal | 165 | 116 | 11 | 0 | 41 | 134 | 66 | 46 | 126 | 31 |
| Binary | 1110101 | 1001110 | 1001 | 0 | 100001 | 1011100 | 110110 | 100110 | 1010110 | 11001 |
Color Harmonies of #754E09
Complementary color
Monochromatic Colors of #754E09
Black with #754E09
Text Example
Text Example
White with #754E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E09; }
p { color: rgb(117,78,9); }
H1.HeaderClassName
{
color: #754E09;
}
.AnyTagClassName
{
color: #754E09;
}
</style>
background-color css
<style>
a { background-color: #754E09; }
a { background-color: rgb(117,78,9); }
div.DivClassName
{
background-color: #754E09;
}
.BgClassName
{
background-color: #754E09;
}
</style>
border-color css
<style>
span { border-color: #754E09; }
span { border-color: rgb(117,78,9); }
td.TdClassName
{
border-color: #754E09;
}
.TagClassName
{
border-color: #754E09;
}
</style>