Shades of Raw Umber #753F0B
Tints of Raw Umber #753F0B
RGB
CMYK
RGB Variations
Color information
#753F0B (or 0x753F0B) is known color: Raw Umber. HEX triplet: 75, 3F and 0B. RGB value is (117,63,11). Sum of RGB (Red+Green+Blue) = 117+63+11=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #753F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F0B is #8AC0F4. Grayscale: #494949. Windows color (decimal): -9093365 or 737141. OLE color: 737141.
HSL color Cylindrical-coordinate representation of color #753F0B: hue angle of 29.43º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #753F0B is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 63 | 11 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.54 |
| HSL | 29.43º | 0.83% | 0.25% | - |
| HSV(B) | 29.43º | 0.91% | 0.46% | - |
| XYZ | 9.17 | 7.36 | 1.25 | - |
| YUV | 73.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 11 | 0 | 0.46 | 0.91 | 0.54 | 29.43 | 0.83 | 0.25 |
| Hex | 75 | 3F | B | 0 | 2E | 5B | 36 | 1D | 53 | 19 |
| Octal | 165 | 77 | 13 | 0 | 56 | 133 | 66 | 35 | 123 | 31 |
| Binary | 1110101 | 111111 | 1011 | 0 | 101110 | 1011011 | 110110 | 11101 | 1010011 | 11001 |
Color Harmonies of #753F0B
Complementary color
Monochromatic Colors of #753F0B
Black with #753F0B
Text Example
Text Example
White with #753F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753F0B; }
p { color: rgb(117,63,11); }
H1.HeaderClassName
{
color: #753F0B;
}
.AnyTagClassName
{
color: #753F0B;
}
</style>
background-color css
<style>
a { background-color: #753F0B; }
a { background-color: rgb(117,63,11); }
div.DivClassName
{
background-color: #753F0B;
}
.BgClassName
{
background-color: #753F0B;
}
</style>
border-color css
<style>
span { border-color: #753F0B; }
span { border-color: rgb(117,63,11); }
td.TdClassName
{
border-color: #753F0B;
}
.TagClassName
{
border-color: #753F0B;
}
</style>