#954939

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

Shades of Mojo #954939

Tints of Mojo #954939

Color information

#954939 (or 0x954939) is unknown color: approx Mojo. HEX triplet: 95, 49 and 39. RGB value is (149,73,57). Sum of RGB (Red+Green+Blue) = 149+73+57=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #954939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954939 is #6AB6C6. Grayscale: #5E5E5E. Windows color (decimal): -6993607 or 3754389. OLE color: 3754389.

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

Color convert

RGB1497357-
CMYK00.510.620.42
HSL10.43º44.66%40.39%-
HSV(B)10.43º61.74%58.43%-
XYZ15.5211.455.26-
YUV93.9107.18167.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=53.41%
G=26.16%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149735700.510.620.4210.4344.6640.39
Hex9549390333E2Aa2d28
Octal225111710637652125550
Binary10010101100100111100101100111111101010101010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954939; }

 p { color: rgb(149,73,57); }

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

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

 a { background-color: rgb(149,73,57); }

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

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

 span { border-color: rgb(149,73,57); }

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