Html Css Color HEX #994F40 Mojo

📋 copy color: '#994F40'

red 153 ◦ green 79 ◦ blue 64

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

Shades of Mojo #994F40

Tints of Mojo #994F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.69%

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

R = 51.69%
G = 26.69%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#994F40 (or 0x994F40) is known color: Mojo. HEX triplet: 99, 4F and 40. RGB value is (153,79,64). Sum of RGB (Red+Green+Blue) = 153+79+64=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #994F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F40 is #66B0BF. Grayscale: #636363. Windows color (decimal): -6729920 or 4214681. OLE color: 4214681.

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

Color convert

RGB 153 79 64 -
CMYK 0 0.48 0.58 0.4
HSL 10.11º 0.41% 0.43% -
HSV(B) 10.11º 0.58% 0.6% -
XYZ 16.86 12.73 6.42 -
YUV 99.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 153 79 64 0 0.48 0.58 0.4 10.11 0.41 0.43
Hex 99 4F 40 0 30 3A 28 A 29 2B
Octal 231 117 100 0 60 72 50 12 51 53
Binary 10011001 1001111 1000000 0 110000 111010 101000 1010 101001 101011

Color Harmonies of #994F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F40

Black with #994F40

Text Example


Text Example

White with #994F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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