Shades of Raw Umber #753A02
Tints of Raw Umber #753A02
RGB
CMYK
RGB Variations
Color information
#753A02 (or 0x753A02) is known color: Raw Umber. HEX triplet: 75, 3A and 02. RGB value is (117,58,2). Sum of RGB (Red+Green+Blue) = 117+58+2=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #753A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A02 is #8AC5FD. Grayscale: #454545. Windows color (decimal): -9094654 or 146037. OLE color: 146037.
HSL color Cylindrical-coordinate representation of color #753A02: hue angle of 29.22º 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 #753A02 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 2 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.54 |
| HSL | 29.22º | 0.97% | 0.23% | - |
| HSV(B) | 29.22º | 0.98% | 0.46% | - |
| XYZ | 8.86 | 6.81 | 0.91 | - |
| YUV | 69.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 2 | 0 | 0.50 | 0.98 | 0.54 | 29.22 | 0.97 | 0.23 |
| Hex | 75 | 3A | 2 | 0 | 32 | 62 | 36 | 1D | 61 | 17 |
| Octal | 165 | 72 | 2 | 0 | 62 | 142 | 66 | 35 | 141 | 27 |
| Binary | 1110101 | 111010 | 10 | 0 | 110010 | 1100010 | 110110 | 11101 | 1100001 | 10111 |
Color Harmonies of #753A02
Complementary color
Monochromatic Colors of #753A02
Black with #753A02
Text Example
Text Example
White with #753A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A02; }
p { color: rgb(117,58,2); }
H1.HeaderClassName
{
color: #753A02;
}
.AnyTagClassName
{
color: #753A02;
}
</style>
background-color css
<style>
a { background-color: #753A02; }
a { background-color: rgb(117,58,2); }
div.DivClassName
{
background-color: #753A02;
}
.BgClassName
{
background-color: #753A02;
}
</style>
border-color css
<style>
span { border-color: #753A02; }
span { border-color: rgb(117,58,2); }
td.TdClassName
{
border-color: #753A02;
}
.TagClassName
{
border-color: #753A02;
}
</style>