Shades of Mojo #954A3A
Tints of Mojo #954A3A
RGB
CMYK
RGB Variations
Color information
#954A3A (or 0x954A3A) is known color: Mojo. HEX triplet: 95, 4A and 3A. RGB value is (149,74,58). Sum of RGB (Red+Green+Blue) = 149+74+58=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #954A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A3A is #6AB5C5. Grayscale: #5E5E5E. Windows color (decimal): -6993350 or 3820181. OLE color: 3820181.
HSL color Cylindrical-coordinate representation of color #954A3A: hue angle of 10.55º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #954A3A is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 58 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.42 |
| HSL | 10.55º | 0.44% | 0.41% | - |
| HSV(B) | 10.55º | 0.61% | 0.58% | - |
| XYZ | 15.61 | 11.59 | 5.42 | - |
| YUV | 94.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 58 | 0 | 0.50 | 0.61 | 0.42 | 10.55 | 0.44 | 0.41 |
| Hex | 95 | 4A | 3A | 0 | 32 | 3D | 2A | B | 2C | 29 |
| Octal | 225 | 112 | 72 | 0 | 62 | 75 | 52 | 13 | 54 | 51 |
| Binary | 10010101 | 1001010 | 111010 | 0 | 110010 | 111101 | 101010 | 1011 | 101100 | 101001 |
Color Harmonies of #954A3A
Complementary color
Monochromatic Colors of #954A3A
Black with #954A3A
Text Example
Text Example
White with #954A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A3A; }
p { color: rgb(149,74,58); }
H1.HeaderClassName
{
color: #954A3A;
}
.AnyTagClassName
{
color: #954A3A;
}
</style>
background-color css
<style>
a { background-color: #954A3A; }
a { background-color: rgb(149,74,58); }
div.DivClassName
{
background-color: #954A3A;
}
.BgClassName
{
background-color: #954A3A;
}
</style>
border-color css
<style>
span { border-color: #954A3A; }
span { border-color: rgb(149,74,58); }
td.TdClassName
{
border-color: #954A3A;
}
.TagClassName
{
border-color: #954A3A;
}
</style>