Shades of Mojo #95483F
Tints of Mojo #95483F
RGB
CMYK
RGB Variations
Color information
#95483F (or 0x95483F) is known color: Mojo. HEX triplet: 95, 48 and 3F. RGB value is (149,72,63). Sum of RGB (Red+Green+Blue) = 149+72+63=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #95483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95483F is #6AB7C0. Grayscale: #5E5E5E. Windows color (decimal): -6993857 or 4147349. OLE color: 4147349.
HSL color Cylindrical-coordinate representation of color #95483F: hue angle of 6.28º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95483F is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 72 | 63 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.42 |
| HSL | 6.28º | 0.41% | 0.42% | - |
| HSV(B) | 6.28º | 0.58% | 0.58% | - |
| XYZ | 15.61 | 11.38 | 6.08 | - |
| YUV | 94 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 72 | 63 | 0 | 0.52 | 0.58 | 0.42 | 6.28 | 0.41 | 0.42 |
| Hex | 95 | 48 | 3F | 0 | 34 | 3A | 2A | 6 | 29 | 2A |
| Octal | 225 | 110 | 77 | 0 | 64 | 72 | 52 | 6 | 51 | 52 |
| Binary | 10010101 | 1001000 | 111111 | 0 | 110100 | 111010 | 101010 | 110 | 101001 | 101010 |
Color Harmonies of #95483F
Complementary color
Monochromatic Colors of #95483F
Black with #95483F
Text Example
Text Example
White with #95483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95483F; }
p { color: rgb(149,72,63); }
H1.HeaderClassName
{
color: #95483F;
}
.AnyTagClassName
{
color: #95483F;
}
</style>
background-color css
<style>
a { background-color: #95483F; }
a { background-color: rgb(149,72,63); }
div.DivClassName
{
background-color: #95483F;
}
.BgClassName
{
background-color: #95483F;
}
</style>
border-color css
<style>
span { border-color: #95483F; }
span { border-color: rgb(149,72,63); }
td.TdClassName
{
border-color: #95483F;
}
.TagClassName
{
border-color: #95483F;
}
</style>