#984B38

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

Shades of Mojo #984B38

Tints of Mojo #984B38

Color information

#984B38 (or 0x984B38) is unknown color: approx Mojo. HEX triplet: 98, 4B and 38. RGB value is (152,75,56). Sum of RGB (Red+Green+Blue) = 152+75+56=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #984B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B38 is #67B4C7. Grayscale: #606060. Windows color (decimal): -6796488 or 3689368. OLE color: 3689368.

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

Color convert

RGB1527556-
CMYK00.510.630.40
HSL11.88º46.15%40.78%-
HSV(B)11.88º63.16%59.61%-
XYZ16.1811.995.2-
YUV95.86105.51168.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=53.71%
G=26.50%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152755600.510.630.4011.8846.1540.78
Hex984B380333F28c2e29
Octal230113700637750145651
Binary10011000100101111100001100111111111010001100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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