#954841

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

Shades of Mojo #954841

Tints of Mojo #954841

Color information

#954841 (or 0x954841) is unknown color: approx Mojo. HEX triplet: 95, 48 and 41. RGB value is (149,72,65). Sum of RGB (Red+Green+Blue) = 149+72+65=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954841 is #6AB7BE. Grayscale: #5E5E5E. Windows color (decimal): -6993855 or 4278421. OLE color: 4278421.

HSL color Cylindrical-coordinate representation of color #954841: hue angle of 5º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954841 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1497265-
CMYK00.520.560.42
HSL39.25%41.96%-
HSV(B)56.38%58.43%-
XYZ15.6711.416.38-
YUV94.22111.51167.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 65 (25.78% from 255) = 22.73%
R=52.10%
G=25.17%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149726500.520.560.42539.2541.96
Hex954841034382A5272a
Octal225110101064705254752
Binary10010101100100010000010110100111000101010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954841; }

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

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

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

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

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

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

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

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