#954740

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

Shades of Mojo #954740

Tints of Mojo #954740

Color information

#954740 (or 0x954740) is unknown color: approx Mojo. HEX triplet: 95, 47 and 40. RGB value is (149,71,64). Sum of RGB (Red+Green+Blue) = 149+71+64=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #954740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954740 is #6AB8BF. Grayscale: #5D5D5D. Windows color (decimal): -6994112 or 4212629. OLE color: 4212629.

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

Color convert

RGB1497164-
CMYK00.520.570.42
HSL4.94º39.91%41.76%-
HSV(B)4.94º57.05%58.43%-
XYZ15.5711.276.2-
YUV93.52111.34167.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=52.46%
G=25%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149716400.520.570.424.9439.9141.76
Hex954740034392A5282a
Octal225107100064715255052
Binary10010101100011110000000110100111001101010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954740; }

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

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

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

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

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

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

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

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