Html Css Color HEX #954440 Mojo

📋 copy color: '#954440'

red 149 ◦ green 68 ◦ blue 64

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

Shades of Mojo #954440

Tints of Mojo #954440

RGB

 RED value IS 149 (58.59% from 255) = 53.02%

 GREEN value IS 68 (26.95% from 255) = 24.2%

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

R = 53.02%
G = 24.2%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#954440 (or 0x954440) is known color: Mojo. HEX triplet: 95, 44 and 40. RGB value is (149,68,64). Sum of RGB (Red+Green+Blue) = 149+68+64=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #954440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954440 is #6ABBBF. Grayscale: #5B5B5B. Windows color (decimal): -6994880 or 4211861. OLE color: 4211861.

HSL color Cylindrical-coordinate representation of color #954440: hue angle of 2.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954440 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 64 -
CMYK 0 0.54 0.57 0.42
HSL 2.82º 0.4% 0.42% -
HSV(B) 2.82º 0.57% 0.58% -
XYZ 15.39 10.89 6.14 -
YUV 91.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 149 68 64 0 0.54 0.57 0.42 2.82 0.4 0.42
Hex 95 44 40 0 36 39 2A 3 28 2A
Octal 225 104 100 0 66 71 52 3 50 52
Binary 10010101 1000100 1000000 0 110110 111001 101010 11 101000 101010

Color Harmonies of #954440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954440

Black with #954440

Text Example


Text Example

White with #954440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954440; }

 p { color: rgb(149,68,64); }

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

background-color css

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

 a { background-color: rgb(149,68,64); }

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

border-color css

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

 span { border-color: rgb(149,68,64); }

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