Shades of Raw Umber #754A0E
Tints of Raw Umber #754A0E
RGB
CMYK
RGB Variations
Color information
#754A0E (or 0x754A0E) is known color: Raw Umber. HEX triplet: 75, 4A and 0E. RGB value is (117,74,14). Sum of RGB (Red+Green+Blue) = 117+74+14=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #754A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754A0E is #8AB5F1. Grayscale: #505050. Windows color (decimal): -9090546 or 936565. OLE color: 936565.
HSL color Cylindrical-coordinate representation of color #754A0E: hue angle of 34.95º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #754A0E is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 14 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.54 |
| HSL | 34.95º | 0.79% | 0.26% | - |
| HSV(B) | 34.95º | 0.88% | 0.46% | - |
| XYZ | 9.86 | 8.71 | 1.58 | - |
| YUV | 80.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 14 | 0 | 0.37 | 0.88 | 0.54 | 34.95 | 0.79 | 0.26 |
| Hex | 75 | 4A | E | 0 | 25 | 58 | 36 | 23 | 4F | 1A |
| Octal | 165 | 112 | 16 | 0 | 45 | 130 | 66 | 43 | 117 | 32 |
| Binary | 1110101 | 1001010 | 1110 | 0 | 100101 | 1011000 | 110110 | 100011 | 1001111 | 11010 |
Color Harmonies of #754A0E
Complementary color
Monochromatic Colors of #754A0E
Black with #754A0E
Text Example
Text Example
White with #754A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A0E; }
p { color: rgb(117,74,14); }
H1.HeaderClassName
{
color: #754A0E;
}
.AnyTagClassName
{
color: #754A0E;
}
</style>
background-color css
<style>
a { background-color: #754A0E; }
a { background-color: rgb(117,74,14); }
div.DivClassName
{
background-color: #754A0E;
}
.BgClassName
{
background-color: #754A0E;
}
</style>
border-color css
<style>
span { border-color: #754A0E; }
span { border-color: rgb(117,74,14); }
td.TdClassName
{
border-color: #754A0E;
}
.TagClassName
{
border-color: #754A0E;
}
</style>