#994A3D

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

Shades of Mojo #994A3D

Tints of Mojo #994A3D

Color information

#994A3D (or 0x994A3D) is unknown color: approx Mojo. HEX triplet: 99, 4A and 3D. RGB value is (153,74,61). Sum of RGB (Red+Green+Blue) = 153+74+61=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #994A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A3D is #66B5C2. Grayscale: #606060. Windows color (decimal): -6731203 or 4016793. OLE color: 4016793.

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

Color convert

RGB1537461-
CMYK00.520.600.4
HSL8.48º42.99%41.96%-
HSV(B)8.48º60.13%60%-
XYZ16.4312.015.87-
YUV96.14108.17168.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=53.12%
G=25.69%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153746100.520.600.48.4842.9941.96
Hex994A3D0343C2882b2a
Octal231112750647450105352
Binary10011001100101011110101101001111001010001000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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