Shades of Raw Umber #753F01
Tints of Raw Umber #753F01
RGB
CMYK
RGB Variations
Color information
#753F01 (or 0x753F01) is known color: Raw Umber. HEX triplet: 75, 3F and 01. RGB value is (117,63,1). Sum of RGB (Red+Green+Blue) = 117+63+1=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #753F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F01 is #8AC0FE. Grayscale: #484848. Windows color (decimal): -9093375 or 81781. OLE color: 81781.
HSL color Cylindrical-coordinate representation of color #753F01: hue angle of 32.07º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #753F01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.54 |
| HSL | 32.07º | 0.98% | 0.23% | - |
| HSV(B) | 32.07º | 0.99% | 0.46% | - |
| XYZ | 9.12 | 7.34 | 0.96 | - |
| YUV | 72.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 1 | 0 | 0.46 | 0.99 | 0.54 | 32.07 | 0.98 | 0.23 |
| Hex | 75 | 3F | 1 | 0 | 2E | 63 | 36 | 20 | 62 | 17 |
| Octal | 165 | 77 | 1 | 0 | 56 | 143 | 66 | 40 | 142 | 27 |
| Binary | 1110101 | 111111 | 1 | 0 | 101110 | 1100011 | 110110 | 100000 | 1100010 | 10111 |
Color Harmonies of #753F01
Complementary color
Monochromatic Colors of #753F01
Black with #753F01
Text Example
Text Example
White with #753F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F01; }
p { color: rgb(117,63,1); }
H1.HeaderClassName
{
color: #753F01;
}
.AnyTagClassName
{
color: #753F01;
}
</style>
background-color css
<style>
a { background-color: #753F01; }
a { background-color: rgb(117,63,1); }
div.DivClassName
{
background-color: #753F01;
}
.BgClassName
{
background-color: #753F01;
}
</style>
border-color css
<style>
span { border-color: #753F01; }
span { border-color: rgb(117,63,1); }
td.TdClassName
{
border-color: #753F01;
}
.TagClassName
{
border-color: #753F01;
}
</style>