#954437

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

Shades of Mojo #954437

Tints of Mojo #954437

Color information

#954437 (or 0x954437) is unknown color: approx Mojo. HEX triplet: 95, 44 and 37. RGB value is (149,68,55). Sum of RGB (Red+Green+Blue) = 149+68+55=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #954437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954437 is #6ABBC8. Grayscale: #5A5A5A. Windows color (decimal): -6994889 or 3622037. OLE color: 3622037.

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

Color convert

RGB1496855-
CMYK00.540.630.42
HSL8.3º46.08%40%-
HSV(B)8.3º63.09%58.43%-
XYZ15.1510.84.9-
YUV90.74107.84169.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 55 (21.88% from 255) = 20.22%
R=54.78%
G=25%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149685500.540.630.428.346.0840
Hex9544370363F2A82e28
Octal225104670667752105650
Binary10010101100010011011101101101111111010101000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954437; }

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

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

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

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

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

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

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

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