#954937

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

Shades of Mojo #954937

Tints of Mojo #954937

Color information

#954937 (or 0x954937) is unknown color: approx Mojo. HEX triplet: 95, 49 and 37. RGB value is (149,73,55). Sum of RGB (Red+Green+Blue) = 149+73+55=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #954937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954937 is #6AB6C8. Grayscale: #5D5D5D. Windows color (decimal): -6993609 or 3623317. OLE color: 3623317.

HSL color Cylindrical-coordinate representation of color #954937: hue angle of 11.49º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954937 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1497355-
CMYK00.510.630.42
HSL11.49º46.08%40%-
HSV(B)11.49º63.09%58.43%-
XYZ15.4711.435.01-
YUV93.67106.18167.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=53.79%
G=26.35%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149735500.510.630.4211.4946.0840
Hex9549370333F2Ab2e28
Octal225111670637752135650
Binary10010101100100111011101100111111111010101011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954937; }

 p { color: rgb(149,73,55); }

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

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

 a { background-color: rgb(149,73,55); }

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

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

 span { border-color: rgb(149,73,55); }

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