#984D40

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

Shades of Mojo #984D40

Tints of Mojo #984D40

Color information

#984D40 (or 0x984D40) is unknown color: approx Mojo. HEX triplet: 98, 4D and 40. RGB value is (152,77,64). Sum of RGB (Red+Green+Blue) = 152+77+64=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #984D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D40 is #67B2BF. Grayscale: #626262. Windows color (decimal): -6795968 or 4214168. OLE color: 4214168.

HSL color Cylindrical-coordinate representation of color #984D40: hue angle of 8.86º 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 #984D40 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1527764-
CMYK00.490.580.40
HSL8.86º40.74%42.35%-
HSV(B)8.86º57.89%59.61%-
XYZ16.5312.356.36-
YUV97.94108.85166.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=51.88%
G=26.28%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152776400.490.580.408.8640.7442.35
Hex984D400313A289292a
Octal2301151000617250115152
Binary100110001001101100000001100011110101010001001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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