#994E3C

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

Shades of Mojo #994E3C

Tints of Mojo #994E3C

Color information

#994E3C (or 0x994E3C) is unknown color: approx Mojo. HEX triplet: 99, 4E and 3C. RGB value is (153,78,60). Sum of RGB (Red+Green+Blue) = 153+78+60=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E3C is #66B1C3. Grayscale: #626262. Windows color (decimal): -6730180 or 3952281. OLE color: 3952281.

HSL color Cylindrical-coordinate representation of color #994E3C: hue angle of 11.61º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994E3C is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1537860-
CMYK00.490.610.4
HSL11.61º43.66%41.76%-
HSV(B)11.61º60.78%60%-
XYZ16.6812.555.82-
YUV98.37106.35166.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=52.58%
G=26.80%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153786000.490.610.411.6143.6641.76
Hex994E3C0313D28c2c2a
Octal231116740617550145452
Binary10011001100111011110001100011111011010001100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994E3C; }

 p { color: rgb(153,78,60); }

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

<style>
 a { background-color: #994E3C; }

 a { background-color: rgb(153,78,60); }

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

<style>
 span { border-color: #994E3C; }

 span { border-color: rgb(153,78,60); }

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