Shades of Raw Umber #753C09
Tints of Raw Umber #753C09
RGB
CMYK
RGB Variations
Color information
#753C09 (or 0x753C09) is known color: Raw Umber. HEX triplet: 75, 3C and 09. RGB value is (117,60,9). Sum of RGB (Red+Green+Blue) = 117+60+9=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #753C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C09 is #8AC3F6. Grayscale: #474747. Windows color (decimal): -9094135 or 605301. OLE color: 605301.
HSL color Cylindrical-coordinate representation of color #753C09: hue angle of 28.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #753C09 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 9 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.54 |
| HSL | 28.33º | 0.86% | 0.25% | - |
| HSV(B) | 28.33º | 0.92% | 0.46% | - |
| XYZ | 9 | 7.03 | 1.14 | - |
| YUV | 71.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 9 | 0 | 0.49 | 0.92 | 0.54 | 28.33 | 0.86 | 0.25 |
| Hex | 75 | 3C | 9 | 0 | 31 | 5C | 36 | 1C | 56 | 19 |
| Octal | 165 | 74 | 11 | 0 | 61 | 134 | 66 | 34 | 126 | 31 |
| Binary | 1110101 | 111100 | 1001 | 0 | 110001 | 1011100 | 110110 | 11100 | 1010110 | 11001 |
Color Harmonies of #753C09
Complementary color
Monochromatic Colors of #753C09
Black with #753C09
Text Example
Text Example
White with #753C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C09; }
p { color: rgb(117,60,9); }
H1.HeaderClassName
{
color: #753C09;
}
.AnyTagClassName
{
color: #753C09;
}
</style>
background-color css
<style>
a { background-color: #753C09; }
a { background-color: rgb(117,60,9); }
div.DivClassName
{
background-color: #753C09;
}
.BgClassName
{
background-color: #753C09;
}
</style>
border-color css
<style>
span { border-color: #753C09; }
span { border-color: rgb(117,60,9); }
td.TdClassName
{
border-color: #753C09;
}
.TagClassName
{
border-color: #753C09;
}
</style>