Shades of Raw Umber #755E0B
Tints of Raw Umber #755E0B
RGB
CMYK
RGB Variations
Color information
#755E0B (or 0x755E0B) is known color: Raw Umber. HEX triplet: 75, 5E and 0B. RGB value is (117,94,11). Sum of RGB (Red+Green+Blue) = 117+94+11=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #755E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E0B is #8AA1F4. Grayscale: #5B5B5B. Windows color (decimal): -9085429 or 745077. OLE color: 745077.
HSL color Cylindrical-coordinate representation of color #755E0B: hue angle of 46.98º 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 #755E0B is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 11 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.54 |
| HSL | 46.98º | 0.83% | 0.25% | - |
| HSV(B) | 46.98º | 0.91% | 0.46% | - |
| XYZ | 11.4 | 11.81 | 2 | - |
| YUV | 91.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 11 | 0 | 0.20 | 0.91 | 0.54 | 46.98 | 0.83 | 0.25 |
| Hex | 75 | 5E | B | 0 | 14 | 5B | 36 | 2F | 53 | 19 |
| Octal | 165 | 136 | 13 | 0 | 24 | 133 | 66 | 57 | 123 | 31 |
| Binary | 1110101 | 1011110 | 1011 | 0 | 10100 | 1011011 | 110110 | 101111 | 1010011 | 11001 |
Color Harmonies of #755E0B
Complementary color
Monochromatic Colors of #755E0B
Black with #755E0B
Text Example
Text Example
White with #755E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E0B; }
p { color: rgb(117,94,11); }
H1.HeaderClassName
{
color: #755E0B;
}
.AnyTagClassName
{
color: #755E0B;
}
</style>
background-color css
<style>
a { background-color: #755E0B; }
a { background-color: rgb(117,94,11); }
div.DivClassName
{
background-color: #755E0B;
}
.BgClassName
{
background-color: #755E0B;
}
</style>
border-color css
<style>
span { border-color: #755E0B; }
span { border-color: rgb(117,94,11); }
td.TdClassName
{
border-color: #755E0B;
}
.TagClassName
{
border-color: #755E0B;
}
</style>