Shades of Raw Umber #754112
Tints of Raw Umber #754112
RGB
CMYK
RGB Variations
Color information
#754112 (or 0x754112) is known color: Raw Umber. HEX triplet: 75, 41 and 12. RGB value is (117,65,18). Sum of RGB (Red+Green+Blue) = 117+65+18=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #754112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754112 is #8ABEED. Grayscale: #4B4B4B. Windows color (decimal): -9092846 or 1196405. OLE color: 1196405.
HSL color Cylindrical-coordinate representation of color #754112: hue angle of 28.48º degrees, saturation: 0.73, 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 #754112 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 65 | 18 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.54 |
| HSL | 28.48º | 0.73% | 0.26% | - |
| HSV(B) | 28.48º | 0.85% | 0.46% | - |
| XYZ | 9.34 | 7.61 | 1.55 | - |
| YUV | 75.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 65 | 18 | 0 | 0.44 | 0.85 | 0.54 | 28.48 | 0.73 | 0.26 |
| Hex | 75 | 41 | 12 | 0 | 2C | 55 | 36 | 1C | 49 | 1A |
| Octal | 165 | 101 | 22 | 0 | 54 | 125 | 66 | 34 | 111 | 32 |
| Binary | 1110101 | 1000001 | 10010 | 0 | 101100 | 1010101 | 110110 | 11100 | 1001001 | 11010 |
Color Harmonies of #754112
Complementary color
Monochromatic Colors of #754112
Black with #754112
Text Example
Text Example
White with #754112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754112; }
p { color: rgb(117,65,18); }
H1.HeaderClassName
{
color: #754112;
}
.AnyTagClassName
{
color: #754112;
}
</style>
background-color css
<style>
a { background-color: #754112; }
a { background-color: rgb(117,65,18); }
div.DivClassName
{
background-color: #754112;
}
.BgClassName
{
background-color: #754112;
}
</style>
border-color css
<style>
span { border-color: #754112; }
span { border-color: rgb(117,65,18); }
td.TdClassName
{
border-color: #754112;
}
.TagClassName
{
border-color: #754112;
}
</style>