Shades of Mojo #954F3C
Tints of Mojo #954F3C
RGB
CMYK
RGB Variations
Color information
#954F3C (or 0x954F3C) is known color: Mojo. HEX triplet: 95, 4F and 3C. RGB value is (149,79,60). Sum of RGB (Red+Green+Blue) = 149+79+60=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #954F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F3C is #6AB0C3. Grayscale: #616161. Windows color (decimal): -6992068 or 3952533. OLE color: 3952533.
HSL color Cylindrical-coordinate representation of color #954F3C: hue angle of 12.81º 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 #954F3C is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 60 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.42 |
| HSL | 12.81º | 0.43% | 0.41% | - |
| HSV(B) | 12.81º | 0.6% | 0.58% | - |
| XYZ | 16.01 | 12.31 | 5.81 | - |
| YUV | 97.76 | 106.69 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 60 | 0 | 0.47 | 0.60 | 0.42 | 12.81 | 0.43 | 0.41 |
| Hex | 95 | 4F | 3C | 0 | 2F | 3C | 2A | D | 2B | 29 |
| Octal | 225 | 117 | 74 | 0 | 57 | 74 | 52 | 15 | 53 | 51 |
| Binary | 10010101 | 1001111 | 111100 | 0 | 101111 | 111100 | 101010 | 1101 | 101011 | 101001 |
Color Harmonies of #954F3C
Complementary color
Monochromatic Colors of #954F3C
Black with #954F3C
Text Example
Text Example
White with #954F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F3C; }
p { color: rgb(149,79,60); }
H1.HeaderClassName
{
color: #954F3C;
}
.AnyTagClassName
{
color: #954F3C;
}
</style>
background-color css
<style>
a { background-color: #954F3C; }
a { background-color: rgb(149,79,60); }
div.DivClassName
{
background-color: #954F3C;
}
.BgClassName
{
background-color: #954F3C;
}
</style>
border-color css
<style>
span { border-color: #954F3C; }
span { border-color: rgb(149,79,60); }
td.TdClassName
{
border-color: #954F3C;
}
.TagClassName
{
border-color: #954F3C;
}
</style>