Shades of Mojo #954B36
Tints of Mojo #954B36
RGB
CMYK
RGB Variations
Color information
#954B36 (or 0x954B36) is known color: Mojo. HEX triplet: 95, 4B and 36. RGB value is (149,75,54). Sum of RGB (Red+Green+Blue) = 149+75+54=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #954B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B36 is #6AB4C9. Grayscale: #5E5E5E. Windows color (decimal): -6993098 or 3558293. OLE color: 3558293.
HSL color Cylindrical-coordinate representation of color #954B36: hue angle of 13.26º degrees, saturation: 0.47, 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 #954B36 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 54 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.42 |
| HSL | 13.26º | 0.47% | 0.4% | - |
| HSV(B) | 13.26º | 0.64% | 0.58% | - |
| XYZ | 15.58 | 11.69 | 4.93 | - |
| YUV | 94.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 54 | 0 | 0.50 | 0.64 | 0.42 | 13.26 | 0.47 | 0.4 |
| Hex | 95 | 4B | 36 | 0 | 32 | 40 | 2A | D | 2F | 28 |
| Octal | 225 | 113 | 66 | 0 | 62 | 100 | 52 | 15 | 57 | 50 |
| Binary | 10010101 | 1001011 | 110110 | 0 | 110010 | 1000000 | 101010 | 1101 | 101111 | 101000 |
Color Harmonies of #954B36
Complementary color
Monochromatic Colors of #954B36
Black with #954B36
Text Example
Text Example
White with #954B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B36; }
p { color: rgb(149,75,54); }
H1.HeaderClassName
{
color: #954B36;
}
.AnyTagClassName
{
color: #954B36;
}
</style>
background-color css
<style>
a { background-color: #954B36; }
a { background-color: rgb(149,75,54); }
div.DivClassName
{
background-color: #954B36;
}
.BgClassName
{
background-color: #954B36;
}
</style>
border-color css
<style>
span { border-color: #954B36; }
span { border-color: rgb(149,75,54); }
td.TdClassName
{
border-color: #954B36;
}
.TagClassName
{
border-color: #954B36;
}
</style>