Html Css Color HEX #994E40 Mojo

📋 copy color: '#994E40'

red 153 ◦ green 78 ◦ blue 64

#994E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mojo #994E40

Tints of Mojo #994E40

RGB

 RED value IS 153 (60.16% from 255) = 51.86%

 GREEN value IS 78 (30.86% from 255) = 26.44%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 51.86%
G = 26.44%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#994E40 (or 0x994E40) is known color: Mojo. HEX triplet: 99, 4E and 40. RGB value is (153,78,64). Sum of RGB (Red+Green+Blue) = 153+78+64=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #994E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E40 is #66B1BF. Grayscale: #626262. Windows color (decimal): -6730176 or 4214425. OLE color: 4214425.

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

Color convert

RGB 153 78 64 -
CMYK 0 0.49 0.58 0.4
HSL 9.44º 0.41% 0.43% -
HSV(B) 9.44º 0.58% 0.6% -
XYZ 16.79 12.59 6.4 -
YUV 98.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 153 78 64 0 0.49 0.58 0.4 9.44 0.41 0.43
Hex 99 4E 40 0 31 3A 28 9 29 2B
Octal 231 116 100 0 61 72 50 11 51 53
Binary 10011001 1001110 1000000 0 110001 111010 101000 1001 101001 101011

Color Harmonies of #994E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E40

Black with #994E40

Text Example


Text Example

White with #994E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #994E40;
 }
 .AnyTagClassName
 {
   color: #994E40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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