Shades of Raw Umber #754E12
Tints of Raw Umber #754E12
RGB
CMYK
RGB Variations
Color information
#754E12 (or 0x754E12) is known color: Raw Umber. HEX triplet: 75, 4E and 12. RGB value is (117,78,18). Sum of RGB (Red+Green+Blue) = 117+78+18=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #754E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E12 is #8AB1ED. Grayscale: #535353. Windows color (decimal): -9089518 or 1199733. OLE color: 1199733.
HSL color Cylindrical-coordinate representation of color #754E12: hue angle of 36.36º 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 #754E12 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 18 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.54 |
| HSL | 36.36º | 0.73% | 0.26% | - |
| HSV(B) | 36.36º | 0.85% | 0.46% | - |
| XYZ | 10.17 | 9.27 | 1.83 | - |
| YUV | 82.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 18 | 0 | 0.33 | 0.85 | 0.54 | 36.36 | 0.73 | 0.26 |
| Hex | 75 | 4E | 12 | 0 | 21 | 55 | 36 | 24 | 49 | 1A |
| Octal | 165 | 116 | 22 | 0 | 41 | 125 | 66 | 44 | 111 | 32 |
| Binary | 1110101 | 1001110 | 10010 | 0 | 100001 | 1010101 | 110110 | 100100 | 1001001 | 11010 |
Color Harmonies of #754E12
Complementary color
Monochromatic Colors of #754E12
Black with #754E12
Text Example
Text Example
White with #754E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E12; }
p { color: rgb(117,78,18); }
H1.HeaderClassName
{
color: #754E12;
}
.AnyTagClassName
{
color: #754E12;
}
</style>
background-color css
<style>
a { background-color: #754E12; }
a { background-color: rgb(117,78,18); }
div.DivClassName
{
background-color: #754E12;
}
.BgClassName
{
background-color: #754E12;
}
</style>
border-color css
<style>
span { border-color: #754E12; }
span { border-color: rgb(117,78,18); }
td.TdClassName
{
border-color: #754E12;
}
.TagClassName
{
border-color: #754E12;
}
</style>