Shades of Mojo #99483A
Tints of Mojo #99483A
RGB
CMYK
RGB Variations
Color information
#99483A (or 0x99483A) is known color: Mojo. HEX triplet: 99, 48 and 3A. RGB value is (153,72,58). Sum of RGB (Red+Green+Blue) = 153+72+58=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99483A is #66B7C5. Grayscale: #5E5E5E. Windows color (decimal): -6731718 or 3819673. OLE color: 3819673.
HSL color Cylindrical-coordinate representation of color #99483A: hue angle of 8.84º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99483A is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 58 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.4 |
| HSL | 8.84º | 0.45% | 0.41% | - |
| HSV(B) | 8.84º | 0.62% | 0.6% | - |
| XYZ | 16.22 | 11.71 | 5.41 | - |
| YUV | 94.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 58 | 0 | 0.53 | 0.62 | 0.4 | 8.84 | 0.45 | 0.41 |
| Hex | 99 | 48 | 3A | 0 | 35 | 3E | 28 | 9 | 2D | 29 |
| Octal | 231 | 110 | 72 | 0 | 65 | 76 | 50 | 11 | 55 | 51 |
| Binary | 10011001 | 1001000 | 111010 | 0 | 110101 | 111110 | 101000 | 1001 | 101101 | 101001 |
Color Harmonies of #99483A
Complementary color
Monochromatic Colors of #99483A
Black with #99483A
Text Example
Text Example
White with #99483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99483A; }
p { color: rgb(153,72,58); }
H1.HeaderClassName
{
color: #99483A;
}
.AnyTagClassName
{
color: #99483A;
}
</style>
background-color css
<style>
a { background-color: #99483A; }
a { background-color: rgb(153,72,58); }
div.DivClassName
{
background-color: #99483A;
}
.BgClassName
{
background-color: #99483A;
}
</style>
border-color css
<style>
span { border-color: #99483A; }
span { border-color: rgb(153,72,58); }
td.TdClassName
{
border-color: #99483A;
}
.TagClassName
{
border-color: #99483A;
}
</style>