Shades of Raw Umber #753C03
Tints of Raw Umber #753C03
RGB
CMYK
RGB Variations
Color information
#753C03 (or 0x753C03) is known color: Raw Umber. HEX triplet: 75, 3C and 03. RGB value is (117,60,3). Sum of RGB (Red+Green+Blue) = 117+60+3=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #753C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C03 is #8AC3FC. Grayscale: #464646. Windows color (decimal): -9094141 or 212085. OLE color: 212085.
HSL color Cylindrical-coordinate representation of color #753C03: hue angle of 30º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #753C03 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 3 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.54 |
| HSL | 30º | 0.95% | 0.24% | - |
| HSV(B) | 30º | 0.97% | 0.46% | - |
| XYZ | 8.97 | 7.02 | 0.97 | - |
| YUV | 70.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 3 | 0 | 0.49 | 0.97 | 0.54 | 30 | 0.95 | 0.24 |
| Hex | 75 | 3C | 3 | 0 | 31 | 61 | 36 | 1E | 5F | 18 |
| Octal | 165 | 74 | 3 | 0 | 61 | 141 | 66 | 36 | 137 | 30 |
| Binary | 1110101 | 111100 | 11 | 0 | 110001 | 1100001 | 110110 | 11110 | 1011111 | 11000 |
Color Harmonies of #753C03
Complementary color
Monochromatic Colors of #753C03
Black with #753C03
Text Example
Text Example
White with #753C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C03; }
p { color: rgb(117,60,3); }
H1.HeaderClassName
{
color: #753C03;
}
.AnyTagClassName
{
color: #753C03;
}
</style>
background-color css
<style>
a { background-color: #753C03; }
a { background-color: rgb(117,60,3); }
div.DivClassName
{
background-color: #753C03;
}
.BgClassName
{
background-color: #753C03;
}
</style>
border-color css
<style>
span { border-color: #753C03; }
span { border-color: rgb(117,60,3); }
td.TdClassName
{
border-color: #753C03;
}
.TagClassName
{
border-color: #753C03;
}
</style>