#994E3D

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

Shades of Mojo #994E3D

Tints of Mojo #994E3D

Color information

#994E3D (or 0x994E3D) is unknown color: approx Mojo. HEX triplet: 99, 4E and 3D. RGB value is (153,78,61). Sum of RGB (Red+Green+Blue) = 153+78+61=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #994E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E3D is #66B1C2. Grayscale: #626262. Windows color (decimal): -6730179 or 4017817. OLE color: 4017817.

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

Color convert

RGB1537861-
CMYK00.490.600.4
HSL11.09º42.99%41.96%-
HSV(B)11.09º60.13%60%-
XYZ16.712.565.96-
YUV98.49106.85166.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=52.40%
G=26.71%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153786100.490.600.411.0942.9941.96
Hex994E3D0313C28b2b2a
Octal231116750617450135352
Binary10011001100111011110101100011111001010001011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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