Shades of Mojo #954943
Tints of Mojo #954943
RGB
CMYK
RGB Variations
Color information
#954943 (or 0x954943) is known color: Mojo. HEX triplet: 95, 49 and 43. RGB value is (149,73,67). Sum of RGB (Red+Green+Blue) = 149+73+67=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #954943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954943 is #6AB6BC. Grayscale: #5F5F5F. Windows color (decimal): -6993597 or 4409749. OLE color: 4409749.
HSL color Cylindrical-coordinate representation of color #954943: hue angle of 4.39º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954943 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 67 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.42 |
| HSL | 4.39º | 0.38% | 0.42% | - |
| HSV(B) | 4.39º | 0.55% | 0.58% | - |
| XYZ | 15.79 | 11.56 | 6.71 | - |
| YUV | 95.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 67 | 0 | 0.51 | 0.55 | 0.42 | 4.39 | 0.38 | 0.42 |
| Hex | 95 | 49 | 43 | 0 | 33 | 37 | 2A | 4 | 26 | 2A |
| Octal | 225 | 111 | 103 | 0 | 63 | 67 | 52 | 4 | 46 | 52 |
| Binary | 10010101 | 1001001 | 1000011 | 0 | 110011 | 110111 | 101010 | 100 | 100110 | 101010 |
Color Harmonies of #954943
Complementary color
Monochromatic Colors of #954943
Black with #954943
Text Example
Text Example
White with #954943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954943; }
p { color: rgb(149,73,67); }
H1.HeaderClassName
{
color: #954943;
}
.AnyTagClassName
{
color: #954943;
}
</style>
background-color css
<style>
a { background-color: #954943; }
a { background-color: rgb(149,73,67); }
div.DivClassName
{
background-color: #954943;
}
.BgClassName
{
background-color: #954943;
}
</style>
border-color css
<style>
span { border-color: #954943; }
span { border-color: rgb(149,73,67); }
td.TdClassName
{
border-color: #954943;
}
.TagClassName
{
border-color: #954943;
}
</style>