#954C40

Color #954C40 Mojo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mojo #954C40

Tints of Mojo #954C40

Color information

#954C40 (or 0x954C40) is unknown color: approx Mojo. HEX triplet: 95, 4C and 40. RGB value is (149,76,64). Sum of RGB (Red+Green+Blue) = 149+76+64=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #954C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C40 is #6AB3BF. Grayscale: #606060. Windows color (decimal): -6992832 or 4213909. OLE color: 4213909.

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

Color convert

RGB1497664-
CMYK00.490.570.42
HSL8.47º39.91%41.76%-
HSV(B)8.47º57.05%58.43%-
XYZ15.911.936.31-
YUV96.46109.68165.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=51.56%
G=26.30%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149766400.490.570.428.4739.9141.76
Hex954C40031392A8282a
Octal2251141000617152105052
Binary100101011001100100000001100011110011010101000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #954C40;
 }
 .AnyTagClassName
 {
   color: #954C40;
 }
</style>
background-color css

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

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

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

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

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

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