Shades of Raw Umber #753803
Tints of Raw Umber #753803
RGB
CMYK
RGB Variations
Color information
#753803 (or 0x753803) is known color: Raw Umber. HEX triplet: 75, 38 and 03. RGB value is (117,56,3). Sum of RGB (Red+Green+Blue) = 117+56+3=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #753803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753803 is #8AC7FC. Grayscale: #444444. Windows color (decimal): -9095165 or 211061. OLE color: 211061.
HSL color Cylindrical-coordinate representation of color #753803: hue angle of 27.89º 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 #753803 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 56 | 3 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.54 |
| HSL | 27.89º | 0.95% | 0.24% | - |
| HSV(B) | 27.89º | 0.97% | 0.46% | - |
| XYZ | 8.77 | 6.62 | 0.9 | - |
| YUV | 68.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 56 | 3 | 0 | 0.52 | 0.97 | 0.54 | 27.89 | 0.95 | 0.24 |
| Hex | 75 | 38 | 3 | 0 | 34 | 61 | 36 | 1C | 5F | 18 |
| Octal | 165 | 70 | 3 | 0 | 64 | 141 | 66 | 34 | 137 | 30 |
| Binary | 1110101 | 111000 | 11 | 0 | 110100 | 1100001 | 110110 | 11100 | 1011111 | 11000 |
Color Harmonies of #753803
Complementary color
Monochromatic Colors of #753803
Black with #753803
Text Example
Text Example
White with #753803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753803; }
p { color: rgb(117,56,3); }
H1.HeaderClassName
{
color: #753803;
}
.AnyTagClassName
{
color: #753803;
}
</style>
background-color css
<style>
a { background-color: #753803; }
a { background-color: rgb(117,56,3); }
div.DivClassName
{
background-color: #753803;
}
.BgClassName
{
background-color: #753803;
}
</style>
border-color css
<style>
span { border-color: #753803; }
span { border-color: rgb(117,56,3); }
td.TdClassName
{
border-color: #753803;
}
.TagClassName
{
border-color: #753803;
}
</style>