Shades of Raw Umber #755D0B
Tints of Raw Umber #755D0B
RGB
CMYK
RGB Variations
Color information
#755D0B (or 0x755D0B) is known color: Raw Umber. HEX triplet: 75, 5D and 0B. RGB value is (117,93,11). Sum of RGB (Red+Green+Blue) = 117+93+11=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #755D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D0B is #8AA2F4. Grayscale: #5B5B5B. Windows color (decimal): -9085685 or 744821. OLE color: 744821.
HSL color Cylindrical-coordinate representation of color #755D0B: hue angle of 46.42º 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 #755D0B is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 11 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.54 |
| HSL | 46.42º | 0.83% | 0.25% | - |
| HSV(B) | 46.42º | 0.91% | 0.46% | - |
| XYZ | 11.31 | 11.63 | 1.97 | - |
| YUV | 90.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 11 | 0 | 0.21 | 0.91 | 0.54 | 46.42 | 0.83 | 0.25 |
| Hex | 75 | 5D | B | 0 | 15 | 5B | 36 | 2E | 53 | 19 |
| Octal | 165 | 135 | 13 | 0 | 25 | 133 | 66 | 56 | 123 | 31 |
| Binary | 1110101 | 1011101 | 1011 | 0 | 10101 | 1011011 | 110110 | 101110 | 1010011 | 11001 |
Color Harmonies of #755D0B
Complementary color
Monochromatic Colors of #755D0B
Black with #755D0B
Text Example
Text Example
White with #755D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D0B; }
p { color: rgb(117,93,11); }
H1.HeaderClassName
{
color: #755D0B;
}
.AnyTagClassName
{
color: #755D0B;
}
</style>
background-color css
<style>
a { background-color: #755D0B; }
a { background-color: rgb(117,93,11); }
div.DivClassName
{
background-color: #755D0B;
}
.BgClassName
{
background-color: #755D0B;
}
</style>
border-color css
<style>
span { border-color: #755D0B; }
span { border-color: rgb(117,93,11); }
td.TdClassName
{
border-color: #755D0B;
}
.TagClassName
{
border-color: #755D0B;
}
</style>