Shades of Raw Umber #755403
Tints of Raw Umber #755403
RGB
CMYK
RGB Variations
Color information
#755403 (or 0x755403) is known color: Raw Umber. HEX triplet: 75, 54 and 03. RGB value is (117,84,3). Sum of RGB (Red+Green+Blue) = 117+84+3=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #755403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755403 is #8AABFC. Grayscale: #545454. Windows color (decimal): -9087997 or 218229. OLE color: 218229.
HSL color Cylindrical-coordinate representation of color #755403: hue angle of 42.63º 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 #755403 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 3 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.54 |
| HSL | 42.63º | 0.95% | 0.24% | - |
| HSV(B) | 42.63º | 0.97% | 0.46% | - |
| XYZ | 10.52 | 10.13 | 1.49 | - |
| YUV | 84.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 3 | 0 | 0.28 | 0.97 | 0.54 | 42.63 | 0.95 | 0.24 |
| Hex | 75 | 54 | 3 | 0 | 1C | 61 | 36 | 2B | 5F | 18 |
| Octal | 165 | 124 | 3 | 0 | 34 | 141 | 66 | 53 | 137 | 30 |
| Binary | 1110101 | 1010100 | 11 | 0 | 11100 | 1100001 | 110110 | 101011 | 1011111 | 11000 |
Color Harmonies of #755403
Complementary color
Monochromatic Colors of #755403
Black with #755403
Text Example
Text Example
White with #755403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755403; }
p { color: rgb(117,84,3); }
H1.HeaderClassName
{
color: #755403;
}
.AnyTagClassName
{
color: #755403;
}
</style>
background-color css
<style>
a { background-color: #755403; }
a { background-color: rgb(117,84,3); }
div.DivClassName
{
background-color: #755403;
}
.BgClassName
{
background-color: #755403;
}
</style>
border-color css
<style>
span { border-color: #755403; }
span { border-color: rgb(117,84,3); }
td.TdClassName
{
border-color: #755403;
}
.TagClassName
{
border-color: #755403;
}
</style>