Shades of Raw Umber #754E0C
Tints of Raw Umber #754E0C
RGB
CMYK
RGB Variations
Color information
#754E0C (or 0x754E0C) is known color: Raw Umber. HEX triplet: 75, 4E and 0C. RGB value is (117,78,12). Sum of RGB (Red+Green+Blue) = 117+78+12=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #754E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E0C is #8AB1F3. Grayscale: #525252. Windows color (decimal): -9089524 or 806517. OLE color: 806517.
HSL color Cylindrical-coordinate representation of color #754E0C: hue angle of 37.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #754E0C is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 12 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.54 |
| HSL | 37.71º | 0.81% | 0.25% | - |
| HSV(B) | 37.71º | 0.9% | 0.46% | - |
| XYZ | 10.13 | 9.26 | 1.6 | - |
| YUV | 82.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 12 | 0 | 0.33 | 0.90 | 0.54 | 37.71 | 0.81 | 0.25 |
| Hex | 75 | 4E | C | 0 | 21 | 5A | 36 | 26 | 51 | 19 |
| Octal | 165 | 116 | 14 | 0 | 41 | 132 | 66 | 46 | 121 | 31 |
| Binary | 1110101 | 1001110 | 1100 | 0 | 100001 | 1011010 | 110110 | 100110 | 1010001 | 11001 |
Color Harmonies of #754E0C
Complementary color
Monochromatic Colors of #754E0C
Black with #754E0C
Text Example
Text Example
White with #754E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E0C; }
p { color: rgb(117,78,12); }
H1.HeaderClassName
{
color: #754E0C;
}
.AnyTagClassName
{
color: #754E0C;
}
</style>
background-color css
<style>
a { background-color: #754E0C; }
a { background-color: rgb(117,78,12); }
div.DivClassName
{
background-color: #754E0C;
}
.BgClassName
{
background-color: #754E0C;
}
</style>
border-color css
<style>
span { border-color: #754E0C; }
span { border-color: rgb(117,78,12); }
td.TdClassName
{
border-color: #754E0C;
}
.TagClassName
{
border-color: #754E0C;
}
</style>