#984C40

Color #984C40 Mojo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mojo #984C40

Tints of Mojo #984C40

Color information

#984C40 (or 0x984C40) is unknown color: approx Mojo. HEX triplet: 98, 4C and 40. RGB value is (152,76,64). Sum of RGB (Red+Green+Blue) = 152+76+64=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #984C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C40 is #67B3BF. Grayscale: #616161. Windows color (decimal): -6796224 or 4213912. OLE color: 4213912.

HSL color Cylindrical-coordinate representation of color #984C40: hue angle of 8.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984C40 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1527664-
CMYK00.500.580.40
HSL8.18º40.74%42.35%-
HSV(B)8.18º57.89%59.61%-
XYZ16.4612.216.34-
YUV97.36109.18166.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=52.05%
G=26.03%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152766400.500.580.408.1840.7442.35
Hex984C400323A288292a
Octal2301141000627250105152
Binary100110001001100100000001100101110101010001000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984C40; }

 p { color: rgb(152,76,64); }

 H1.HeaderClassName
 {
   color: #984C40;
 }
 .AnyTagClassName
 {
   color: #984C40;
 }
</style>
background-color css

<style>
 a { background-color: #984C40; }

 a { background-color: rgb(152,76,64); }

 div.DivClassName
 {
   background-color: #984C40;
 }
 .BgClassName
 {
   background-color: #984C40;
 }
</style>
border-color css

<style>
 span { border-color: #984C40; }

 span { border-color: rgb(152,76,64); }

 td.TdClassName
 {
   border-color: #984C40;
 }
 .TagClassName
 {
   border-color: #984C40;
 }
</style>