Shades of Raw Umber #75550C
Tints of Raw Umber #75550C
RGB
CMYK
RGB Variations
Color information
#75550C (or 0x75550C) is known color: Raw Umber. HEX triplet: 75, 55 and 0C. RGB value is (117,85,12). Sum of RGB (Red+Green+Blue) = 117+85+12=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75550C is #8AAAF3. Grayscale: #565656. Windows color (decimal): -9087732 or 808309. OLE color: 808309.
HSL color Cylindrical-coordinate representation of color #75550C: hue angle of 41.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75550C is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 12 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.54 |
| HSL | 41.71º | 0.81% | 0.25% | - |
| HSV(B) | 41.71º | 0.9% | 0.46% | - |
| XYZ | 10.65 | 10.31 | 1.78 | - |
| YUV | 86.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 12 | 0 | 0.27 | 0.90 | 0.54 | 41.71 | 0.81 | 0.25 |
| Hex | 75 | 55 | C | 0 | 1B | 5A | 36 | 2A | 51 | 19 |
| Octal | 165 | 125 | 14 | 0 | 33 | 132 | 66 | 52 | 121 | 31 |
| Binary | 1110101 | 1010101 | 1100 | 0 | 11011 | 1011010 | 110110 | 101010 | 1010001 | 11001 |
Color Harmonies of #75550C
Complementary color
Monochromatic Colors of #75550C
Black with #75550C
Text Example
Text Example
White with #75550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75550C; }
p { color: rgb(117,85,12); }
H1.HeaderClassName
{
color: #75550C;
}
.AnyTagClassName
{
color: #75550C;
}
</style>
background-color css
<style>
a { background-color: #75550C; }
a { background-color: rgb(117,85,12); }
div.DivClassName
{
background-color: #75550C;
}
.BgClassName
{
background-color: #75550C;
}
</style>
border-color css
<style>
span { border-color: #75550C; }
span { border-color: rgb(117,85,12); }
td.TdClassName
{
border-color: #75550C;
}
.TagClassName
{
border-color: #75550C;
}
</style>