Shades of Raw Umber #755C0F
Tints of Raw Umber #755C0F
RGB
CMYK
RGB Variations
Color information
#755C0F (or 0x755C0F) is known color: Raw Umber. HEX triplet: 75, 5C and 0F. RGB value is (117,92,15). Sum of RGB (Red+Green+Blue) = 117+92+15=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #755C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C0F is #8AA3F0. Grayscale: #5B5B5B. Windows color (decimal): -9085937 or 1006709. OLE color: 1006709.
HSL color Cylindrical-coordinate representation of color #755C0F: hue angle of 45.29º 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 #755C0F is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 15 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.54 |
| HSL | 45.29º | 0.77% | 0.26% | - |
| HSV(B) | 45.29º | 0.87% | 0.46% | - |
| XYZ | 11.25 | 11.47 | 2.07 | - |
| YUV | 90.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 15 | 0 | 0.21 | 0.87 | 0.54 | 45.29 | 0.77 | 0.26 |
| Hex | 75 | 5C | F | 0 | 15 | 57 | 36 | 2D | 4D | 1A |
| Octal | 165 | 134 | 17 | 0 | 25 | 127 | 66 | 55 | 115 | 32 |
| Binary | 1110101 | 1011100 | 1111 | 0 | 10101 | 1010111 | 110110 | 101101 | 1001101 | 11010 |
Color Harmonies of #755C0F
Complementary color
Monochromatic Colors of #755C0F
Black with #755C0F
Text Example
Text Example
White with #755C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C0F; }
p { color: rgb(117,92,15); }
H1.HeaderClassName
{
color: #755C0F;
}
.AnyTagClassName
{
color: #755C0F;
}
</style>
background-color css
<style>
a { background-color: #755C0F; }
a { background-color: rgb(117,92,15); }
div.DivClassName
{
background-color: #755C0F;
}
.BgClassName
{
background-color: #755C0F;
}
</style>
border-color css
<style>
span { border-color: #755C0F; }
span { border-color: rgb(117,92,15); }
td.TdClassName
{
border-color: #755C0F;
}
.TagClassName
{
border-color: #755C0F;
}
</style>