#994A3C

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

Shades of Mojo #994A3C

Tints of Mojo #994A3C

Color information

#994A3C (or 0x994A3C) is unknown color: approx Mojo. HEX triplet: 99, 4A and 3C. RGB value is (153,74,60). Sum of RGB (Red+Green+Blue) = 153+74+60=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #994A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A3C is #66B5C3. Grayscale: #606060. Windows color (decimal): -6731204 or 3951257. OLE color: 3951257.

HSL color Cylindrical-coordinate representation of color #994A3C: hue angle of 9.03º 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 #994A3C is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1537460-
CMYK00.520.610.4
HSL9.03º43.66%41.76%-
HSV(B)9.03º60.78%60%-
XYZ16.4125.73-
YUV96.02107.67168.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=53.31%
G=25.78%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153746000.520.610.49.0343.6641.76
Hex994A3C0343D2892c2a
Octal231112740647550115452
Binary10011001100101011110001101001111011010001001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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