Html Css Color HEX #994E39 Mojo

📋 copy color: '#994E39'

red 153 ◦ green 78 ◦ blue 57

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

Shades of Mojo #994E39

Tints of Mojo #994E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.79%

R = 53.13%
G = 27.08%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#994E39 (or 0x994E39) is known color: Mojo. HEX triplet: 99, 4E and 39. RGB value is (153,78,57). Sum of RGB (Red+Green+Blue) = 153+78+57=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #994E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E39 is #66B1C6. Grayscale: #626262. Windows color (decimal): -6730183 or 3755673. OLE color: 3755673.

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

Color convert

RGB 153 78 57 -
CMYK 0 0.49 0.63 0.4
HSL 13.13º 0.46% 0.41% -
HSV(B) 13.13º 0.63% 0.6% -
XYZ 16.6 12.52 5.41 -
YUV 98.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 153 78 57 0 0.49 0.63 0.4 13.13 0.46 0.41
Hex 99 4E 39 0 31 3F 28 D 2E 29
Octal 231 116 71 0 61 77 50 15 56 51
Binary 10011001 1001110 111001 0 110001 111111 101000 1101 101110 101001

Color Harmonies of #994E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E39

Black with #994E39

Text Example


Text Example

White with #994E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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