Shades of Mojo #954937
Tints of Mojo #954937
RGB
CMYK
RGB Variations
Color information
#954937 (or 0x954937) is known color: Mojo. HEX triplet: 95, 49 and 37. RGB value is (149,73,55). Sum of RGB (Red+Green+Blue) = 149+73+55=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #954937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954937 is #6AB6C8. Grayscale: #5D5D5D. Windows color (decimal): -6993609 or 3623317. OLE color: 3623317.
HSL color Cylindrical-coordinate representation of color #954937: hue angle of 11.49º 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 #954937 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 55 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.42 |
| HSL | 11.49º | 0.46% | 0.4% | - |
| HSV(B) | 11.49º | 0.63% | 0.58% | - |
| XYZ | 15.47 | 11.43 | 5.01 | - |
| YUV | 93.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 55 | 0 | 0.51 | 0.63 | 0.42 | 11.49 | 0.46 | 0.4 |
| Hex | 95 | 49 | 37 | 0 | 33 | 3F | 2A | B | 2E | 28 |
| Octal | 225 | 111 | 67 | 0 | 63 | 77 | 52 | 13 | 56 | 50 |
| Binary | 10010101 | 1001001 | 110111 | 0 | 110011 | 111111 | 101010 | 1011 | 101110 | 101000 |
Color Harmonies of #954937
Complementary color
Monochromatic Colors of #954937
Black with #954937
Text Example
Text Example
White with #954937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954937; }
p { color: rgb(149,73,55); }
H1.HeaderClassName
{
color: #954937;
}
.AnyTagClassName
{
color: #954937;
}
</style>
background-color css
<style>
a { background-color: #954937; }
a { background-color: rgb(149,73,55); }
div.DivClassName
{
background-color: #954937;
}
.BgClassName
{
background-color: #954937;
}
</style>
border-color css
<style>
span { border-color: #954937; }
span { border-color: rgb(149,73,55); }
td.TdClassName
{
border-color: #954937;
}
.TagClassName
{
border-color: #954937;
}
</style>