Shades of Mojo #954D3D
Tints of Mojo #954D3D
RGB
CMYK
RGB Variations
Color information
#954D3D (or 0x954D3D) is known color: Mojo. HEX triplet: 95, 4D and 3D. RGB value is (149,77,61). Sum of RGB (Red+Green+Blue) = 149+77+61=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #954D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D3D is #6AB2C2. Grayscale: #606060. Windows color (decimal): -6992579 or 4017557. OLE color: 4017557.
HSL color Cylindrical-coordinate representation of color #954D3D: hue angle of 10.91º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #954D3D is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 61 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.42 |
| HSL | 10.91º | 0.42% | 0.41% | - |
| HSV(B) | 10.91º | 0.59% | 0.58% | - |
| XYZ | 15.89 | 12.03 | 5.9 | - |
| YUV | 96.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 61 | 0 | 0.48 | 0.59 | 0.42 | 10.91 | 0.42 | 0.41 |
| Hex | 95 | 4D | 3D | 0 | 30 | 3B | 2A | B | 2A | 29 |
| Octal | 225 | 115 | 75 | 0 | 60 | 73 | 52 | 13 | 52 | 51 |
| Binary | 10010101 | 1001101 | 111101 | 0 | 110000 | 111011 | 101010 | 1011 | 101010 | 101001 |
Color Harmonies of #954D3D
Complementary color
Monochromatic Colors of #954D3D
Black with #954D3D
Text Example
Text Example
White with #954D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D3D; }
p { color: rgb(149,77,61); }
H1.HeaderClassName
{
color: #954D3D;
}
.AnyTagClassName
{
color: #954D3D;
}
</style>
background-color css
<style>
a { background-color: #954D3D; }
a { background-color: rgb(149,77,61); }
div.DivClassName
{
background-color: #954D3D;
}
.BgClassName
{
background-color: #954D3D;
}
</style>
border-color css
<style>
span { border-color: #954D3D; }
span { border-color: rgb(149,77,61); }
td.TdClassName
{
border-color: #954D3D;
}
.TagClassName
{
border-color: #954D3D;
}
</style>