Shades of Mojo #994538
Tints of Mojo #994538
RGB
CMYK
RGB Variations
Color information
#994538 (or 0x994538) is known color: Mojo. HEX triplet: 99, 45 and 38. RGB value is (153,69,56). Sum of RGB (Red+Green+Blue) = 153+69+56=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #994538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994538 is #66BAC7. Grayscale: #5C5C5C. Windows color (decimal): -6732488 or 3687833. OLE color: 3687833.
HSL color Cylindrical-coordinate representation of color #994538: hue angle of 8.04º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994538 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 56 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.4 |
| HSL | 8.04º | 0.46% | 0.41% | - |
| HSV(B) | 8.04º | 0.63% | 0.6% | - |
| XYZ | 15.98 | 11.31 | 5.08 | - |
| YUV | 92.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 56 | 0 | 0.55 | 0.63 | 0.4 | 8.04 | 0.46 | 0.41 |
| Hex | 99 | 45 | 38 | 0 | 37 | 3F | 28 | 8 | 2E | 29 |
| Octal | 231 | 105 | 70 | 0 | 67 | 77 | 50 | 10 | 56 | 51 |
| Binary | 10011001 | 1000101 | 111000 | 0 | 110111 | 111111 | 101000 | 1000 | 101110 | 101001 |
Color Harmonies of #994538
Complementary color
Monochromatic Colors of #994538
Black with #994538
Text Example
Text Example
White with #994538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994538; }
p { color: rgb(153,69,56); }
H1.HeaderClassName
{
color: #994538;
}
.AnyTagClassName
{
color: #994538;
}
</style>
background-color css
<style>
a { background-color: #994538; }
a { background-color: rgb(153,69,56); }
div.DivClassName
{
background-color: #994538;
}
.BgClassName
{
background-color: #994538;
}
</style>
border-color css
<style>
span { border-color: #994538; }
span { border-color: rgb(153,69,56); }
td.TdClassName
{
border-color: #994538;
}
.TagClassName
{
border-color: #994538;
}
</style>