Shades of Mojo #954335
Tints of Mojo #954335
RGB
CMYK
RGB Variations
Color information
#954335 (or 0x954335) is known color: Mojo. HEX triplet: 95, 43 and 35. RGB value is (149,67,53). Sum of RGB (Red+Green+Blue) = 149+67+53=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #954335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954335 is #6ABCCA. Grayscale: #5A5A5A. Windows color (decimal): -6995147 or 3490709. OLE color: 3490709.
HSL color Cylindrical-coordinate representation of color #954335: hue angle of 8.75º 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 #954335 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 53 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.42 |
| HSL | 8.75º | 0.48% | 0.4% | - |
| HSV(B) | 8.75º | 0.64% | 0.58% | - |
| XYZ | 15.04 | 10.66 | 4.63 | - |
| YUV | 89.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 53 | 0 | 0.55 | 0.64 | 0.42 | 8.75 | 0.48 | 0.4 |
| Hex | 95 | 43 | 35 | 0 | 37 | 40 | 2A | 9 | 30 | 28 |
| Octal | 225 | 103 | 65 | 0 | 67 | 100 | 52 | 11 | 60 | 50 |
| Binary | 10010101 | 1000011 | 110101 | 0 | 110111 | 1000000 | 101010 | 1001 | 110000 | 101000 |
Color Harmonies of #954335
Complementary color
Monochromatic Colors of #954335
Black with #954335
Text Example
Text Example
White with #954335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954335; }
p { color: rgb(149,67,53); }
H1.HeaderClassName
{
color: #954335;
}
.AnyTagClassName
{
color: #954335;
}
</style>
background-color css
<style>
a { background-color: #954335; }
a { background-color: rgb(149,67,53); }
div.DivClassName
{
background-color: #954335;
}
.BgClassName
{
background-color: #954335;
}
</style>
border-color css
<style>
span { border-color: #954335; }
span { border-color: rgb(149,67,53); }
td.TdClassName
{
border-color: #954335;
}
.TagClassName
{
border-color: #954335;
}
</style>