Shades of Mojo #974735
Tints of Mojo #974735
RGB
CMYK
RGB Variations
Color information
#974735 (or 0x974735) is known color: Mojo. HEX triplet: 97, 47 and 35. RGB value is (151,71,53). Sum of RGB (Red+Green+Blue) = 151+71+53=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #974735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974735 is #68B8CA. Grayscale: #5D5D5D. Windows color (decimal): -6863051 or 3491735. OLE color: 3491735.
HSL color Cylindrical-coordinate representation of color #974735: hue angle of 11.02º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #974735 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 71 | 53 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.41 |
| HSL | 11.02º | 0.48% | 0.4% | - |
| HSV(B) | 11.02º | 0.65% | 0.59% | - |
| XYZ | 15.66 | 11.34 | 4.73 | - |
| YUV | 92.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 53 | 0 | 0.53 | 0.65 | 0.41 | 11.02 | 0.48 | 0.4 |
| Hex | 97 | 47 | 35 | 0 | 35 | 41 | 29 | B | 30 | 28 |
| Octal | 227 | 107 | 65 | 0 | 65 | 101 | 51 | 13 | 60 | 50 |
| Binary | 10010111 | 1000111 | 110101 | 0 | 110101 | 1000001 | 101001 | 1011 | 110000 | 101000 |
Color Harmonies of #974735
Complementary color
Monochromatic Colors of #974735
Black with #974735
Text Example
Text Example
White with #974735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974735; }
p { color: rgb(151,71,53); }
H1.HeaderClassName
{
color: #974735;
}
.AnyTagClassName
{
color: #974735;
}
</style>
background-color css
<style>
a { background-color: #974735; }
a { background-color: rgb(151,71,53); }
div.DivClassName
{
background-color: #974735;
}
.BgClassName
{
background-color: #974735;
}
</style>
border-color css
<style>
span { border-color: #974735; }
span { border-color: rgb(151,71,53); }
td.TdClassName
{
border-color: #974735;
}
.TagClassName
{
border-color: #974735;
}
</style>