Shades of Mojo #954435
Tints of Mojo #954435
RGB
CMYK
RGB Variations
Color information
#954435 (or 0x954435) is known color: Mojo. HEX triplet: 95, 44 and 35. RGB value is (149,68,53). Sum of RGB (Red+Green+Blue) = 149+68+53=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #954435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954435 is #6ABBCA. Grayscale: #5A5A5A. Windows color (decimal): -6994891 or 3490965. OLE color: 3490965.
HSL color Cylindrical-coordinate representation of color #954435: hue angle of 9.38º degrees, saturation: 0.48, 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 #954435 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 53 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.42 |
| HSL | 9.38º | 0.48% | 0.4% | - |
| HSV(B) | 9.38º | 0.64% | 0.58% | - |
| XYZ | 15.1 | 10.78 | 4.65 | - |
| YUV | 90.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 53 | 0 | 0.54 | 0.64 | 0.42 | 9.38 | 0.48 | 0.4 |
| Hex | 95 | 44 | 35 | 0 | 36 | 40 | 2A | 9 | 30 | 28 |
| Octal | 225 | 104 | 65 | 0 | 66 | 100 | 52 | 11 | 60 | 50 |
| Binary | 10010101 | 1000100 | 110101 | 0 | 110110 | 1000000 | 101010 | 1001 | 110000 | 101000 |
Color Harmonies of #954435
Complementary color
Monochromatic Colors of #954435
Black with #954435
Text Example
Text Example
White with #954435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954435; }
p { color: rgb(149,68,53); }
H1.HeaderClassName
{
color: #954435;
}
.AnyTagClassName
{
color: #954435;
}
</style>
background-color css
<style>
a { background-color: #954435; }
a { background-color: rgb(149,68,53); }
div.DivClassName
{
background-color: #954435;
}
.BgClassName
{
background-color: #954435;
}
</style>
border-color css
<style>
span { border-color: #954435; }
span { border-color: rgb(149,68,53); }
td.TdClassName
{
border-color: #954435;
}
.TagClassName
{
border-color: #954435;
}
</style>