Shades of Raw Umber #754511
Tints of Raw Umber #754511
RGB
CMYK
RGB Variations
Color information
#754511 (or 0x754511) is known color: Raw Umber. HEX triplet: 75, 45 and 11. RGB value is (117,69,17). Sum of RGB (Red+Green+Blue) = 117+69+17=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #754511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754511 is #8ABAEE. Grayscale: #4D4D4D. Windows color (decimal): -9091823 or 1131893. OLE color: 1131893.
HSL color Cylindrical-coordinate representation of color #754511: hue angle of 31.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 #754511 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 69 | 17 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.54 |
| HSL | 31.2º | 0.75% | 0.26% | - |
| HSV(B) | 31.2º | 0.85% | 0.46% | - |
| XYZ | 9.57 | 8.08 | 1.59 | - |
| YUV | 77.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 17 | 0 | 0.41 | 0.85 | 0.54 | 31.2 | 0.75 | 0.26 |
| Hex | 75 | 45 | 11 | 0 | 29 | 55 | 36 | 1F | 4B | 1A |
| Octal | 165 | 105 | 21 | 0 | 51 | 125 | 66 | 37 | 113 | 32 |
| Binary | 1110101 | 1000101 | 10001 | 0 | 101001 | 1010101 | 110110 | 11111 | 1001011 | 11010 |
Color Harmonies of #754511
Complementary color
Monochromatic Colors of #754511
Black with #754511
Text Example
Text Example
White with #754511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754511; }
p { color: rgb(117,69,17); }
H1.HeaderClassName
{
color: #754511;
}
.AnyTagClassName
{
color: #754511;
}
</style>
background-color css
<style>
a { background-color: #754511; }
a { background-color: rgb(117,69,17); }
div.DivClassName
{
background-color: #754511;
}
.BgClassName
{
background-color: #754511;
}
</style>
border-color css
<style>
span { border-color: #754511; }
span { border-color: rgb(117,69,17); }
td.TdClassName
{
border-color: #754511;
}
.TagClassName
{
border-color: #754511;
}
</style>