Shades of Raw Umber #754414
Tints of Raw Umber #754414
RGB
CMYK
RGB Variations
Color information
#754414 (or 0x754414) is known color: Raw Umber. HEX triplet: 75, 44 and 14. RGB value is (117,68,20). Sum of RGB (Red+Green+Blue) = 117+68+20=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #754414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754414 is #8ABBEB. Grayscale: #4D4D4D. Windows color (decimal): -9092076 or 1328245. OLE color: 1328245.
HSL color Cylindrical-coordinate representation of color #754414: hue angle of 29.69º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #754414 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 68 | 20 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.54 |
| HSL | 29.69º | 0.71% | 0.27% | - |
| HSV(B) | 29.69º | 0.83% | 0.46% | - |
| XYZ | 9.53 | 7.97 | 1.7 | - |
| YUV | 77.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 20 | 0 | 0.42 | 0.83 | 0.54 | 29.69 | 0.71 | 0.27 |
| Hex | 75 | 44 | 14 | 0 | 2A | 53 | 36 | 1E | 47 | 1B |
| Octal | 165 | 104 | 24 | 0 | 52 | 123 | 66 | 36 | 107 | 33 |
| Binary | 1110101 | 1000100 | 10100 | 0 | 101010 | 1010011 | 110110 | 11110 | 1000111 | 11011 |
Color Harmonies of #754414
Complementary color
Monochromatic Colors of #754414
Black with #754414
Text Example
Text Example
White with #754414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754414; }
p { color: rgb(117,68,20); }
H1.HeaderClassName
{
color: #754414;
}
.AnyTagClassName
{
color: #754414;
}
</style>
background-color css
<style>
a { background-color: #754414; }
a { background-color: rgb(117,68,20); }
div.DivClassName
{
background-color: #754414;
}
.BgClassName
{
background-color: #754414;
}
</style>
border-color css
<style>
span { border-color: #754414; }
span { border-color: rgb(117,68,20); }
td.TdClassName
{
border-color: #754414;
}
.TagClassName
{
border-color: #754414;
}
</style>