Shades of Mojo #944B40
Tints of Mojo #944B40
RGB
CMYK
RGB Variations
Color information
#944B40 (or 0x944B40) is known color: Mojo. HEX triplet: 94, 4B and 40. RGB value is (148,75,64). Sum of RGB (Red+Green+Blue) = 148+75+64=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #944B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B40 is #6BB4BF. Grayscale: #5F5F5F. Windows color (decimal): -7058624 or 4213652. OLE color: 4213652.
HSL color Cylindrical-coordinate representation of color #944B40: hue angle of 7.86º 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 #944B40 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 75 | 64 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.42 |
| HSL | 7.86º | 0.4% | 0.42% | - |
| HSV(B) | 7.86º | 0.57% | 0.58% | - |
| XYZ | 15.65 | 11.7 | 6.28 | - |
| YUV | 95.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 64 | 0 | 0.49 | 0.57 | 0.42 | 7.86 | 0.4 | 0.42 |
| Hex | 94 | 4B | 40 | 0 | 31 | 39 | 2A | 8 | 28 | 2A |
| Octal | 224 | 113 | 100 | 0 | 61 | 71 | 52 | 10 | 50 | 52 |
| Binary | 10010100 | 1001011 | 1000000 | 0 | 110001 | 111001 | 101010 | 1000 | 101000 | 101010 |
Color Harmonies of #944B40
Complementary color
Monochromatic Colors of #944B40
Black with #944B40
Text Example
Text Example
White with #944B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944B40; }
p { color: rgb(148,75,64); }
H1.HeaderClassName
{
color: #944B40;
}
.AnyTagClassName
{
color: #944B40;
}
</style>
background-color css
<style>
a { background-color: #944B40; }
a { background-color: rgb(148,75,64); }
div.DivClassName
{
background-color: #944B40;
}
.BgClassName
{
background-color: #944B40;
}
</style>
border-color css
<style>
span { border-color: #944B40; }
span { border-color: rgb(148,75,64); }
td.TdClassName
{
border-color: #944B40;
}
.TagClassName
{
border-color: #944B40;
}
</style>