#944C37

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

Shades of Mojo #944C37

Tints of Mojo #944C37

Color information

#944C37 (or 0x944C37) is unknown color: approx Mojo. HEX triplet: 94, 4C and 37. RGB value is (148,76,55). Sum of RGB (Red+Green+Blue) = 148+76+55=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #944C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C37 is #6BB3C8. Grayscale: #5F5F5F. Windows color (decimal): -7058377 or 3624084. OLE color: 3624084.

HSL color Cylindrical-coordinate representation of color #944C37: hue angle of 13.55º 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 #944C37 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1487655-
CMYK00.490.630.42
HSL13.55º45.81%39.8%-
HSV(B)13.55º62.84%58.04%-
XYZ15.4911.745.06-
YUV95.13105.35165.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 55 (21.88% from 255) = 19.71%
R=53.05%
G=27.24%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148765500.490.630.4213.5545.8139.8
Hex944C370313F2Ae2e28
Octal224114670617752165650
Binary10010100100110011011101100011111111010101110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944C37; }

 p { color: rgb(148,76,55); }

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

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

 a { background-color: rgb(148,76,55); }

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

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

 span { border-color: rgb(148,76,55); }

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