Html Css Color HEX #994D39 Mojo

📋 copy color: '#994D39'

red 153 ◦ green 77 ◦ blue 57

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

Shades of Mojo #994D39

Tints of Mojo #994D39

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.83%

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

R = 53.31%
G = 26.83%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#994D39 (or 0x994D39) is known color: Mojo. HEX triplet: 99, 4D and 39. RGB value is (153,77,57). Sum of RGB (Red+Green+Blue) = 153+77+57=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #994D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D39 is #66B2C6. Grayscale: #616161. Windows color (decimal): -6730439 or 3755417. OLE color: 3755417.

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

Color convert

RGB 153 77 57 -
CMYK 0 0.50 0.63 0.4
HSL 12.5º 0.46% 0.41% -
HSV(B) 12.5º 0.63% 0.6% -
XYZ 16.53 12.38 5.39 -
YUV 97.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 153 77 57 0 0.50 0.63 0.4 12.5 0.46 0.41
Hex 99 4D 39 0 32 3F 28 C 2E 29
Octal 231 115 71 0 62 77 50 14 56 51
Binary 10011001 1001101 111001 0 110010 111111 101000 1100 101110 101001

Color Harmonies of #994D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D39

Black with #994D39

Text Example


Text Example

White with #994D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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