#984B37

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

Shades of Mojo #984B37

Tints of Mojo #984B37

Color information

#984B37 (or 0x984B37) is unknown color: approx Mojo. HEX triplet: 98, 4B and 37. RGB value is (152,75,55). Sum of RGB (Red+Green+Blue) = 152+75+55=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #984B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B37 is #67B4C8. Grayscale: #5F5F5F. Windows color (decimal): -6796489 or 3623832. OLE color: 3623832.

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

Color convert

RGB1527555-
CMYK00.510.640.40
HSL12.37º46.86%40.59%-
HSV(B)12.37º63.82%59.61%-
XYZ16.1511.985.08-
YUV95.74105.01168.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.90%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=53.90%
G=26.60%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152755500.510.640.4012.3746.8640.59
Hex984B370334028c2f29
Octal2301136706310050145751
Binary100110001001011110111011001110000001010001100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,75,55); }

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

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

 a { background-color: rgb(152,75,55); }

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

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

 span { border-color: rgb(152,75,55); }

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