Shades of Mojo #954336
Tints of Mojo #954336
RGB
CMYK
RGB Variations
Color information
#954336 (or 0x954336) is known color: Mojo. HEX triplet: 95, 43 and 36. RGB value is (149,67,54). Sum of RGB (Red+Green+Blue) = 149+67+54=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #954336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954336 is #6ABCC9. Grayscale: #5A5A5A. Windows color (decimal): -6995146 or 3556245. OLE color: 3556245.
HSL color Cylindrical-coordinate representation of color #954336: hue angle of 8.21º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954336 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 54 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.42 |
| HSL | 8.21º | 0.47% | 0.4% | - |
| HSV(B) | 8.21º | 0.64% | 0.58% | - |
| XYZ | 15.07 | 10.67 | 4.76 | - |
| YUV | 90.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 54 | 0 | 0.55 | 0.64 | 0.42 | 8.21 | 0.47 | 0.4 |
| Hex | 95 | 43 | 36 | 0 | 37 | 40 | 2A | 8 | 2F | 28 |
| Octal | 225 | 103 | 66 | 0 | 67 | 100 | 52 | 10 | 57 | 50 |
| Binary | 10010101 | 1000011 | 110110 | 0 | 110111 | 1000000 | 101010 | 1000 | 101111 | 101000 |
Color Harmonies of #954336
Complementary color
Monochromatic Colors of #954336
Black with #954336
Text Example
Text Example
White with #954336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954336; }
p { color: rgb(149,67,54); }
H1.HeaderClassName
{
color: #954336;
}
.AnyTagClassName
{
color: #954336;
}
</style>
background-color css
<style>
a { background-color: #954336; }
a { background-color: rgb(149,67,54); }
div.DivClassName
{
background-color: #954336;
}
.BgClassName
{
background-color: #954336;
}
</style>
border-color css
<style>
span { border-color: #954336; }
span { border-color: rgb(149,67,54); }
td.TdClassName
{
border-color: #954336;
}
.TagClassName
{
border-color: #954336;
}
</style>