#954839

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

Shades of Mojo #954839

Tints of Mojo #954839

Color information

#954839 (or 0x954839) is unknown color: approx Mojo. HEX triplet: 95, 48 and 39. RGB value is (149,72,57). Sum of RGB (Red+Green+Blue) = 149+72+57=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #954839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954839 is #6AB7C6. Grayscale: #5D5D5D. Windows color (decimal): -6993863 or 3754133. OLE color: 3754133.

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

Color convert

RGB1497257-
CMYK00.520.620.42
HSL9.78º44.66%40.39%-
HSV(B)9.78º61.74%58.43%-
XYZ15.4511.325.24-
YUV93.31107.51167.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 57 (22.66% from 255) = 20.50%
R=53.60%
G=25.90%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149725700.520.620.429.7844.6640.39
Hex9548390343E2Aa2d28
Octal225110710647652125550
Binary10010101100100011100101101001111101010101010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954839; }

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

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

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

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

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

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

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

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