Shades of Raw Umber #753D0C
Tints of Raw Umber #753D0C
RGB
CMYK
RGB Variations
Color information
#753D0C (or 0x753D0C) is known color: Raw Umber. HEX triplet: 75, 3D and 0C. RGB value is (117,61,12). Sum of RGB (Red+Green+Blue) = 117+61+12=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #753D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753D0C is #8AC2F3. Grayscale: #484848. Windows color (decimal): -9093876 or 802165. OLE color: 802165.
HSL color Cylindrical-coordinate representation of color #753D0C: hue angle of 28º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #753D0C is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 12 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.54 |
| HSL | 28º | 0.81% | 0.25% | - |
| HSV(B) | 28º | 0.9% | 0.46% | - |
| XYZ | 9.07 | 7.15 | 1.25 | - |
| YUV | 72.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 12 | 0 | 0.48 | 0.90 | 0.54 | 28 | 0.81 | 0.25 |
| Hex | 75 | 3D | C | 0 | 30 | 5A | 36 | 1C | 51 | 19 |
| Octal | 165 | 75 | 14 | 0 | 60 | 132 | 66 | 34 | 121 | 31 |
| Binary | 1110101 | 111101 | 1100 | 0 | 110000 | 1011010 | 110110 | 11100 | 1010001 | 11001 |
Color Harmonies of #753D0C
Complementary color
Monochromatic Colors of #753D0C
Black with #753D0C
Text Example
Text Example
White with #753D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D0C; }
p { color: rgb(117,61,12); }
H1.HeaderClassName
{
color: #753D0C;
}
.AnyTagClassName
{
color: #753D0C;
}
</style>
background-color css
<style>
a { background-color: #753D0C; }
a { background-color: rgb(117,61,12); }
div.DivClassName
{
background-color: #753D0C;
}
.BgClassName
{
background-color: #753D0C;
}
</style>
border-color css
<style>
span { border-color: #753D0C; }
span { border-color: rgb(117,61,12); }
td.TdClassName
{
border-color: #753D0C;
}
.TagClassName
{
border-color: #753D0C;
}
</style>