Shades of Raw Umber #755303
Tints of Raw Umber #755303
RGB
CMYK
RGB Variations
Color information
#755303 (or 0x755303) is known color: Raw Umber. HEX triplet: 75, 53 and 03. RGB value is (117,83,3). Sum of RGB (Red+Green+Blue) = 117+83+3=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #755303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755303 is #8AACFC. Grayscale: #545454. Windows color (decimal): -9088253 or 217973. OLE color: 217973.
HSL color Cylindrical-coordinate representation of color #755303: hue angle of 42.11º 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 #755303 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 3 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.54 |
| HSL | 42.11º | 0.95% | 0.24% | - |
| HSV(B) | 42.11º | 0.97% | 0.46% | - |
| XYZ | 10.45 | 9.97 | 1.46 | - |
| YUV | 84.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 3 | 0 | 0.29 | 0.97 | 0.54 | 42.11 | 0.95 | 0.24 |
| Hex | 75 | 53 | 3 | 0 | 1D | 61 | 36 | 2A | 5F | 18 |
| Octal | 165 | 123 | 3 | 0 | 35 | 141 | 66 | 52 | 137 | 30 |
| Binary | 1110101 | 1010011 | 11 | 0 | 11101 | 1100001 | 110110 | 101010 | 1011111 | 11000 |
Color Harmonies of #755303
Complementary color
Monochromatic Colors of #755303
Black with #755303
Text Example
Text Example
White with #755303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755303; }
p { color: rgb(117,83,3); }
H1.HeaderClassName
{
color: #755303;
}
.AnyTagClassName
{
color: #755303;
}
</style>
background-color css
<style>
a { background-color: #755303; }
a { background-color: rgb(117,83,3); }
div.DivClassName
{
background-color: #755303;
}
.BgClassName
{
background-color: #755303;
}
</style>
border-color css
<style>
span { border-color: #755303; }
span { border-color: rgb(117,83,3); }
td.TdClassName
{
border-color: #755303;
}
.TagClassName
{
border-color: #755303;
}
</style>