#954641

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

Shades of Mojo #954641

Tints of Mojo #954641

Color information

#954641 (or 0x954641) is unknown color: approx Mojo. HEX triplet: 95, 46 and 41. RGB value is (149,70,65). Sum of RGB (Red+Green+Blue) = 149+70+65=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #954641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954641 is #6AB9BE. Grayscale: #5D5D5D. Windows color (decimal): -6994367 or 4277909. OLE color: 4277909.

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

Color convert

RGB1497065-
CMYK00.530.560.42
HSL3.57º39.25%41.96%-
HSV(B)3.57º56.38%58.43%-
XYZ15.5411.156.33-
YUV93.05112.17167.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=52.46%
G=24.65%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149706500.530.560.423.5739.2541.96
Hex954641035382A4272a
Octal225106101065705244752
Binary10010101100011010000010110101111000101010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954641; }

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

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

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

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

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

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

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

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