Shades of Raw Umber #753F12
Tints of Raw Umber #753F12
RGB
CMYK
RGB Variations
Color information
#753F12 (or 0x753F12) is known color: Raw Umber. HEX triplet: 75, 3F and 12. RGB value is (117,63,18). Sum of RGB (Red+Green+Blue) = 117+63+18=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #753F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F12 is #8AC0ED. Grayscale: #4A4A4A. Windows color (decimal): -9093358 or 1195893. OLE color: 1195893.
HSL color Cylindrical-coordinate representation of color #753F12: hue angle of 27.27º 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 #753F12 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 18 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.54 |
| HSL | 27.27º | 0.73% | 0.26% | - |
| HSV(B) | 27.27º | 0.85% | 0.46% | - |
| XYZ | 9.22 | 7.38 | 1.51 | - |
| YUV | 74.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 18 | 0 | 0.46 | 0.85 | 0.54 | 27.27 | 0.73 | 0.26 |
| Hex | 75 | 3F | 12 | 0 | 2E | 55 | 36 | 1B | 49 | 1A |
| Octal | 165 | 77 | 22 | 0 | 56 | 125 | 66 | 33 | 111 | 32 |
| Binary | 1110101 | 111111 | 10010 | 0 | 101110 | 1010101 | 110110 | 11011 | 1001001 | 11010 |
Color Harmonies of #753F12
Complementary color
Monochromatic Colors of #753F12
Black with #753F12
Text Example
Text Example
White with #753F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F12; }
p { color: rgb(117,63,18); }
H1.HeaderClassName
{
color: #753F12;
}
.AnyTagClassName
{
color: #753F12;
}
</style>
background-color css
<style>
a { background-color: #753F12; }
a { background-color: rgb(117,63,18); }
div.DivClassName
{
background-color: #753F12;
}
.BgClassName
{
background-color: #753F12;
}
</style>
border-color css
<style>
span { border-color: #753F12; }
span { border-color: rgb(117,63,18); }
td.TdClassName
{
border-color: #753F12;
}
.TagClassName
{
border-color: #753F12;
}
</style>