Shades of Raw Umber #753B04
Tints of Raw Umber #753B04
RGB
CMYK
RGB Variations
Color information
#753B04 (or 0x753B04) is known color: Raw Umber. HEX triplet: 75, 3B and 04. RGB value is (117,59,4). Sum of RGB (Red+Green+Blue) = 117+59+4=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #753B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753B04 is #8AC4FB. Grayscale: #464646. Windows color (decimal): -9094396 or 277365. OLE color: 277365.
HSL color Cylindrical-coordinate representation of color #753B04: hue angle of 29.2º degrees, saturation: 0.93, 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 #753B04 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 4 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.54 |
| HSL | 29.2º | 0.93% | 0.24% | - |
| HSV(B) | 29.2º | 0.97% | 0.46% | - |
| XYZ | 8.92 | 6.92 | 0.98 | - |
| YUV | 70.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 4 | 0 | 0.50 | 0.97 | 0.54 | 29.2 | 0.93 | 0.24 |
| Hex | 75 | 3B | 4 | 0 | 32 | 61 | 36 | 1D | 5D | 18 |
| Octal | 165 | 73 | 4 | 0 | 62 | 141 | 66 | 35 | 135 | 30 |
| Binary | 1110101 | 111011 | 100 | 0 | 110010 | 1100001 | 110110 | 11101 | 1011101 | 11000 |
Color Harmonies of #753B04
Complementary color
Monochromatic Colors of #753B04
Black with #753B04
Text Example
Text Example
White with #753B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B04; }
p { color: rgb(117,59,4); }
H1.HeaderClassName
{
color: #753B04;
}
.AnyTagClassName
{
color: #753B04;
}
</style>
background-color css
<style>
a { background-color: #753B04; }
a { background-color: rgb(117,59,4); }
div.DivClassName
{
background-color: #753B04;
}
.BgClassName
{
background-color: #753B04;
}
</style>
border-color css
<style>
span { border-color: #753B04; }
span { border-color: rgb(117,59,4); }
td.TdClassName
{
border-color: #753B04;
}
.TagClassName
{
border-color: #753B04;
}
</style>