#984D38

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

Shades of Mojo #984D38

Tints of Mojo #984D38

Color information

#984D38 (or 0x984D38) is unknown color: approx Mojo. HEX triplet: 98, 4D and 38. RGB value is (152,77,56). Sum of RGB (Red+Green+Blue) = 152+77+56=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #984D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984D38 is #67B2C7. Grayscale: #616161. Windows color (decimal): -6795976 or 3689880. OLE color: 3689880.

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

Color convert

RGB1527756-
CMYK00.490.630.40
HSL13.13º46.15%40.78%-
HSV(B)13.13º63.16%59.61%-
XYZ16.3212.275.25-
YUV97.03104.85167.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=53.33%
G=27.02%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152775600.490.630.4013.1346.1540.78
Hex984D380313F28d2e29
Octal230115700617750155651
Binary10011000100110111100001100011111111010001101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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