Shades of Mojo #9B4D3C
Tints of Mojo #9B4D3C
RGB
CMYK
RGB Variations
Color information
#9B4D3C (or 0x9B4D3C) is known color: Mojo. HEX triplet: 9B, 4D and 3C. RGB value is (155,77,60). Sum of RGB (Red+Green+Blue) = 155+77+60=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4D3C is #64B2C3. Grayscale: #626262. Windows color (decimal): -6599364 or 3952027. OLE color: 3952027.
HSL color Cylindrical-coordinate representation of color #9B4D3C: hue angle of 10.74º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B4D3C is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 77 | 60 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.39 |
| HSL | 10.74º | 0.44% | 0.42% | - |
| HSV(B) | 10.74º | 0.61% | 0.61% | - |
| XYZ | 16.99 | 12.6 | 5.81 | - |
| YUV | 98.38 | 106.34 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 77 | 60 | 0 | 0.50 | 0.61 | 0.39 | 10.74 | 0.44 | 0.42 |
| Hex | 9B | 4D | 3C | 0 | 32 | 3D | 27 | B | 2C | 2A |
| Octal | 233 | 115 | 74 | 0 | 62 | 75 | 47 | 13 | 54 | 52 |
| Binary | 10011011 | 1001101 | 111100 | 0 | 110010 | 111101 | 100111 | 1011 | 101100 | 101010 |
Color Harmonies of #9B4D3C
Complementary color
Monochromatic Colors of #9B4D3C
Black with #9B4D3C
Text Example
Text Example
White with #9B4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4D3C; }
p { color: rgb(155,77,60); }
H1.HeaderClassName
{
color: #9B4D3C;
}
.AnyTagClassName
{
color: #9B4D3C;
}
</style>
background-color css
<style>
a { background-color: #9B4D3C; }
a { background-color: rgb(155,77,60); }
div.DivClassName
{
background-color: #9B4D3C;
}
.BgClassName
{
background-color: #9B4D3C;
}
</style>
border-color css
<style>
span { border-color: #9B4D3C; }
span { border-color: rgb(155,77,60); }
td.TdClassName
{
border-color: #9B4D3C;
}
.TagClassName
{
border-color: #9B4D3C;
}
</style>