#954239

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

Shades of Mojo #954239

Tints of Mojo #954239

Color information

#954239 (or 0x954239) is unknown color: approx Mojo. HEX triplet: 95, 42 and 39. RGB value is (149,66,57). Sum of RGB (Red+Green+Blue) = 149+66+57=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #954239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954239 is #6ABDC6. Grayscale: #595959. Windows color (decimal): -6995399 or 3752597. OLE color: 3752597.

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

Color convert

RGB1496657-
CMYK00.560.620.42
HSL5.87º44.66%40.39%-
HSV(B)5.87º61.74%58.43%-
XYZ15.0810.585.12-
YUV89.79109.5170.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 57 (22.66% from 255) = 20.96%
R=54.78%
G=24.26%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149665700.560.620.425.8744.6640.39
Hex9542390383E2A62d28
Octal22510271070765265550
Binary1001010110000101110010111000111110101010110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954239; }

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

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

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

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

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

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

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

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