Shades of Raw Umber #753C0D
Tints of Raw Umber #753C0D
RGB
CMYK
RGB Variations
Color information
#753C0D (or 0x753C0D) is known color: Raw Umber. HEX triplet: 75, 3C and 0D. RGB value is (117,60,13). Sum of RGB (Red+Green+Blue) = 117+60+13=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #753C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C0D is #8AC3F2. Grayscale: #474747. Windows color (decimal): -9094131 or 867445. OLE color: 867445.
HSL color Cylindrical-coordinate representation of color #753C0D: hue angle of 27.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #753C0D is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 13 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.54 |
| HSL | 27.12º | 0.8% | 0.25% | - |
| HSV(B) | 27.12º | 0.89% | 0.46% | - |
| XYZ | 9.02 | 7.04 | 1.26 | - |
| YUV | 71.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 13 | 0 | 0.49 | 0.89 | 0.54 | 27.12 | 0.8 | 0.25 |
| Hex | 75 | 3C | D | 0 | 31 | 59 | 36 | 1B | 50 | 19 |
| Octal | 165 | 74 | 15 | 0 | 61 | 131 | 66 | 33 | 120 | 31 |
| Binary | 1110101 | 111100 | 1101 | 0 | 110001 | 1011001 | 110110 | 11011 | 1010000 | 11001 |
Color Harmonies of #753C0D
Complementary color
Monochromatic Colors of #753C0D
Black with #753C0D
Text Example
Text Example
White with #753C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C0D; }
p { color: rgb(117,60,13); }
H1.HeaderClassName
{
color: #753C0D;
}
.AnyTagClassName
{
color: #753C0D;
}
</style>
background-color css
<style>
a { background-color: #753C0D; }
a { background-color: rgb(117,60,13); }
div.DivClassName
{
background-color: #753C0D;
}
.BgClassName
{
background-color: #753C0D;
}
</style>
border-color css
<style>
span { border-color: #753C0D; }
span { border-color: rgb(117,60,13); }
td.TdClassName
{
border-color: #753C0D;
}
.TagClassName
{
border-color: #753C0D;
}
</style>