Html Css Color HEX #954A40 Mojo

📋 copy color: '#954A40'

red 149 ◦ green 74 ◦ blue 64

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

Shades of Mojo #954A40

Tints of Mojo #954A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

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

R = 51.92%
G = 25.78%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#954A40 (or 0x954A40) is known color: Mojo. HEX triplet: 95, 4A and 40. RGB value is (149,74,64). Sum of RGB (Red+Green+Blue) = 149+74+64=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #954A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A40 is #6AB5BF. Grayscale: #5F5F5F. Windows color (decimal): -6993344 or 4213397. OLE color: 4213397.

HSL color Cylindrical-coordinate representation of color #954A40: hue angle of 7.06º 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 #954A40 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 64 -
CMYK 0 0.50 0.57 0.42
HSL 7.06º 0.4% 0.42% -
HSV(B) 7.06º 0.57% 0.58% -
XYZ 15.77 11.66 6.27 -
YUV 95.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 149 74 64 0 0.50 0.57 0.42 7.06 0.4 0.42
Hex 95 4A 40 0 32 39 2A 7 28 2A
Octal 225 112 100 0 62 71 52 7 50 52
Binary 10010101 1001010 1000000 0 110010 111001 101010 111 101000 101010

Color Harmonies of #954A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A40

Black with #954A40

Text Example


Text Example

White with #954A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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