Shades of Mojo #954C3C
Tints of Mojo #954C3C
RGB
CMYK
RGB Variations
Color information
#954C3C (or 0x954C3C) is known color: Mojo. HEX triplet: 95, 4C and 3C. RGB value is (149,76,60). Sum of RGB (Red+Green+Blue) = 149+76+60=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #954C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C3C is #6AB3C3. Grayscale: #606060. Windows color (decimal): -6992836 or 3951765. OLE color: 3951765.
HSL color Cylindrical-coordinate representation of color #954C3C: hue angle of 10.79º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #954C3C is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 60 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.42 |
| HSL | 10.79º | 0.43% | 0.41% | - |
| HSV(B) | 10.79º | 0.6% | 0.58% | - |
| XYZ | 15.79 | 11.88 | 5.74 | - |
| YUV | 96 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 60 | 0 | 0.49 | 0.60 | 0.42 | 10.79 | 0.43 | 0.41 |
| Hex | 95 | 4C | 3C | 0 | 31 | 3C | 2A | B | 2B | 29 |
| Octal | 225 | 114 | 74 | 0 | 61 | 74 | 52 | 13 | 53 | 51 |
| Binary | 10010101 | 1001100 | 111100 | 0 | 110001 | 111100 | 101010 | 1011 | 101011 | 101001 |
Color Harmonies of #954C3C
Complementary color
Monochromatic Colors of #954C3C
Black with #954C3C
Text Example
Text Example
White with #954C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C3C; }
p { color: rgb(149,76,60); }
H1.HeaderClassName
{
color: #954C3C;
}
.AnyTagClassName
{
color: #954C3C;
}
</style>
background-color css
<style>
a { background-color: #954C3C; }
a { background-color: rgb(149,76,60); }
div.DivClassName
{
background-color: #954C3C;
}
.BgClassName
{
background-color: #954C3C;
}
</style>
border-color css
<style>
span { border-color: #954C3C; }
span { border-color: rgb(149,76,60); }
td.TdClassName
{
border-color: #954C3C;
}
.TagClassName
{
border-color: #954C3C;
}
</style>