Shades of Mojo #954B40
Tints of Mojo #954B40
RGB
CMYK
RGB Variations
Color information
#954B40 (or 0x954B40) is known color: Mojo. HEX triplet: 95, 4B and 40. RGB value is (149,75,64). Sum of RGB (Red+Green+Blue) = 149+75+64=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #954B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B40 is #6AB4BF. Grayscale: #5F5F5F. Windows color (decimal): -6993088 or 4213653. OLE color: 4213653.
HSL color Cylindrical-coordinate representation of color #954B40: hue angle of 7.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954B40 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 64 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.42 |
| HSL | 7.76º | 0.4% | 0.42% | - |
| HSV(B) | 7.76º | 0.57% | 0.58% | - |
| XYZ | 15.84 | 11.79 | 6.29 | - |
| YUV | 95.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 64 | 0 | 0.50 | 0.57 | 0.42 | 7.76 | 0.4 | 0.42 |
| Hex | 95 | 4B | 40 | 0 | 32 | 39 | 2A | 8 | 28 | 2A |
| Octal | 225 | 113 | 100 | 0 | 62 | 71 | 52 | 10 | 50 | 52 |
| Binary | 10010101 | 1001011 | 1000000 | 0 | 110010 | 111001 | 101010 | 1000 | 101000 | 101010 |
Color Harmonies of #954B40
Complementary color
Monochromatic Colors of #954B40
Black with #954B40
Text Example
Text Example
White with #954B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B40; }
p { color: rgb(149,75,64); }
H1.HeaderClassName
{
color: #954B40;
}
.AnyTagClassName
{
color: #954B40;
}
</style>
background-color css
<style>
a { background-color: #954B40; }
a { background-color: rgb(149,75,64); }
div.DivClassName
{
background-color: #954B40;
}
.BgClassName
{
background-color: #954B40;
}
</style>
border-color css
<style>
span { border-color: #954B40; }
span { border-color: rgb(149,75,64); }
td.TdClassName
{
border-color: #954B40;
}
.TagClassName
{
border-color: #954B40;
}
</style>