Shades of Mojo #954137
Tints of Mojo #954137
RGB
CMYK
RGB Variations
Color information
#954137 (or 0x954137) is known color: Mojo. HEX triplet: 95, 41 and 37. RGB value is (149,65,55). Sum of RGB (Red+Green+Blue) = 149+65+55=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #954137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954137 is #6ABEC8. Grayscale: #595959. Windows color (decimal): -6995657 or 3621269. OLE color: 3621269.
HSL color Cylindrical-coordinate representation of color #954137: hue angle of 6.38º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954137 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 55 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.42 |
| HSL | 6.38º | 0.46% | 0.4% | - |
| HSV(B) | 6.38º | 0.63% | 0.58% | - |
| XYZ | 14.97 | 10.45 | 4.84 | - |
| YUV | 88.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 55 | 0 | 0.56 | 0.63 | 0.42 | 6.38 | 0.46 | 0.4 |
| Hex | 95 | 41 | 37 | 0 | 38 | 3F | 2A | 6 | 2E | 28 |
| Octal | 225 | 101 | 67 | 0 | 70 | 77 | 52 | 6 | 56 | 50 |
| Binary | 10010101 | 1000001 | 110111 | 0 | 111000 | 111111 | 101010 | 110 | 101110 | 101000 |
Color Harmonies of #954137
Complementary color
Monochromatic Colors of #954137
Black with #954137
Text Example
Text Example
White with #954137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954137; }
p { color: rgb(149,65,55); }
H1.HeaderClassName
{
color: #954137;
}
.AnyTagClassName
{
color: #954137;
}
</style>
background-color css
<style>
a { background-color: #954137; }
a { background-color: rgb(149,65,55); }
div.DivClassName
{
background-color: #954137;
}
.BgClassName
{
background-color: #954137;
}
</style>
border-color css
<style>
span { border-color: #954137; }
span { border-color: rgb(149,65,55); }
td.TdClassName
{
border-color: #954137;
}
.TagClassName
{
border-color: #954137;
}
</style>