Shades of Raw Umber #755D0F
Tints of Raw Umber #755D0F
RGB
CMYK
RGB Variations
Color information
#755D0F (or 0x755D0F) is known color: Raw Umber. HEX triplet: 75, 5D and 0F. RGB value is (117,93,15). Sum of RGB (Red+Green+Blue) = 117+93+15=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #755D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D0F is #8AA2F0. Grayscale: #5B5B5B. Windows color (decimal): -9085681 or 1006965. OLE color: 1006965.
HSL color Cylindrical-coordinate representation of color #755D0F: hue angle of 45.88º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #755D0F is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 15 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.54 |
| HSL | 45.88º | 0.77% | 0.26% | - |
| HSV(B) | 45.88º | 0.87% | 0.46% | - |
| XYZ | 11.34 | 11.65 | 2.1 | - |
| YUV | 91.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 15 | 0 | 0.21 | 0.87 | 0.54 | 45.88 | 0.77 | 0.26 |
| Hex | 75 | 5D | F | 0 | 15 | 57 | 36 | 2E | 4D | 1A |
| Octal | 165 | 135 | 17 | 0 | 25 | 127 | 66 | 56 | 115 | 32 |
| Binary | 1110101 | 1011101 | 1111 | 0 | 10101 | 1010111 | 110110 | 101110 | 1001101 | 11010 |
Color Harmonies of #755D0F
Complementary color
Monochromatic Colors of #755D0F
Black with #755D0F
Text Example
Text Example
White with #755D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D0F; }
p { color: rgb(117,93,15); }
H1.HeaderClassName
{
color: #755D0F;
}
.AnyTagClassName
{
color: #755D0F;
}
</style>
background-color css
<style>
a { background-color: #755D0F; }
a { background-color: rgb(117,93,15); }
div.DivClassName
{
background-color: #755D0F;
}
.BgClassName
{
background-color: #755D0F;
}
</style>
border-color css
<style>
span { border-color: #755D0F; }
span { border-color: rgb(117,93,15); }
td.TdClassName
{
border-color: #755D0F;
}
.TagClassName
{
border-color: #755D0F;
}
</style>