#954840

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

Shades of Mojo #954840

Tints of Mojo #954840

Color information

#954840 (or 0x954840) is unknown color: approx Mojo. HEX triplet: 95, 48 and 40. RGB value is (149,72,64). Sum of RGB (Red+Green+Blue) = 149+72+64=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #954840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954840 is #6AB7BF. Grayscale: #5E5E5E. Windows color (decimal): -6993856 or 4212885. OLE color: 4212885.

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

Color convert

RGB1497264-
CMYK00.520.570.42
HSL5.65º39.91%41.76%-
HSV(B)5.65º57.05%58.43%-
XYZ15.6411.396.23-
YUV94.11111.01167.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=52.28%
G=25.26%
B=22.46%

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
Decimal149726400.520.570.425.6539.9141.76
Hex954840034392A6282a
Octal225110100064715265052
Binary10010101100100010000000110100111001101010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954840; }

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

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

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

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

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

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

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

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