Shades of Raw Umber #754A11
Tints of Raw Umber #754A11
RGB
CMYK
RGB Variations
Color information
#754A11 (or 0x754A11) is known color: Raw Umber. HEX triplet: 75, 4A and 11. RGB value is (117,74,17). Sum of RGB (Red+Green+Blue) = 117+74+17=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #754A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754A11 is #8AB5EE. Grayscale: #505050. Windows color (decimal): -9090543 or 1133173. OLE color: 1133173.
HSL color Cylindrical-coordinate representation of color #754A11: hue angle of 34.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #754A11 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 17 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.54 |
| HSL | 34.2º | 0.75% | 0.26% | - |
| HSV(B) | 34.2º | 0.85% | 0.46% | - |
| XYZ | 9.89 | 8.72 | 1.69 | - |
| YUV | 80.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 17 | 0 | 0.37 | 0.85 | 0.54 | 34.2 | 0.75 | 0.26 |
| Hex | 75 | 4A | 11 | 0 | 25 | 55 | 36 | 22 | 4B | 1A |
| Octal | 165 | 112 | 21 | 0 | 45 | 125 | 66 | 42 | 113 | 32 |
| Binary | 1110101 | 1001010 | 10001 | 0 | 100101 | 1010101 | 110110 | 100010 | 1001011 | 11010 |
Color Harmonies of #754A11
Complementary color
Monochromatic Colors of #754A11
Black with #754A11
Text Example
Text Example
White with #754A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A11; }
p { color: rgb(117,74,17); }
H1.HeaderClassName
{
color: #754A11;
}
.AnyTagClassName
{
color: #754A11;
}
</style>
background-color css
<style>
a { background-color: #754A11; }
a { background-color: rgb(117,74,17); }
div.DivClassName
{
background-color: #754A11;
}
.BgClassName
{
background-color: #754A11;
}
</style>
border-color css
<style>
span { border-color: #754A11; }
span { border-color: rgb(117,74,17); }
td.TdClassName
{
border-color: #754A11;
}
.TagClassName
{
border-color: #754A11;
}
</style>