#954539

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

Shades of Mojo #954539

Tints of Mojo #954539

Color information

#954539 (or 0x954539) is unknown color: approx Mojo. HEX triplet: 95, 45 and 39. RGB value is (149,69,57). Sum of RGB (Red+Green+Blue) = 149+69+57=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #954539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954539 is #6ABAC6. Grayscale: #5B5B5B. Windows color (decimal): -6994631 or 3753365. OLE color: 3753365.

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

Color convert

RGB1496957-
CMYK00.540.620.42
HSL7.83º44.66%40.39%-
HSV(B)7.83º61.74%58.43%-
XYZ15.2610.945.18-
YUV91.55108.5168.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=54.18%
G=25.09%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149695700.540.620.427.8344.6640.39
Hex9545390363E2A82d28
Octal225105710667652105550
Binary10010101100010111100101101101111101010101000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954539; }

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

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

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

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

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

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

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

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