Shades of Raw Umber #753902
Tints of Raw Umber #753902
RGB
CMYK
RGB Variations
Color information
#753902 (or 0x753902) is known color: Raw Umber. HEX triplet: 75, 39 and 02. RGB value is (117,57,2). Sum of RGB (Red+Green+Blue) = 117+57+2=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #753902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753902 is #8AC6FD. Grayscale: #444444. Windows color (decimal): -9094910 or 145781. OLE color: 145781.
HSL color Cylindrical-coordinate representation of color #753902: hue angle of 28.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #753902 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 57 | 2 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.54 |
| HSL | 28.7º | 0.97% | 0.23% | - |
| HSV(B) | 28.7º | 0.98% | 0.46% | - |
| XYZ | 8.81 | 6.71 | 0.89 | - |
| YUV | 68.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 2 | 0 | 0.51 | 0.98 | 0.54 | 28.7 | 0.97 | 0.23 |
| Hex | 75 | 39 | 2 | 0 | 33 | 62 | 36 | 1D | 61 | 17 |
| Octal | 165 | 71 | 2 | 0 | 63 | 142 | 66 | 35 | 141 | 27 |
| Binary | 1110101 | 111001 | 10 | 0 | 110011 | 1100010 | 110110 | 11101 | 1100001 | 10111 |
Color Harmonies of #753902
Complementary color
Monochromatic Colors of #753902
Black with #753902
Text Example
Text Example
White with #753902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753902; }
p { color: rgb(117,57,2); }
H1.HeaderClassName
{
color: #753902;
}
.AnyTagClassName
{
color: #753902;
}
</style>
background-color css
<style>
a { background-color: #753902; }
a { background-color: rgb(117,57,2); }
div.DivClassName
{
background-color: #753902;
}
.BgClassName
{
background-color: #753902;
}
</style>
border-color css
<style>
span { border-color: #753902; }
span { border-color: rgb(117,57,2); }
td.TdClassName
{
border-color: #753902;
}
.TagClassName
{
border-color: #753902;
}
</style>