#994739

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

Shades of Mojo #994739

Tints of Mojo #994739

Color information

#994739 (or 0x994739) is unknown color: approx Mojo. HEX triplet: 99, 47 and 39. RGB value is (153,71,57). Sum of RGB (Red+Green+Blue) = 153+71+57=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #994739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994739 is #66B8C6. Grayscale: #5E5E5E. Windows color (decimal): -6731975 or 3753881. OLE color: 3753881.

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

Color convert

RGB1537157-
CMYK00.540.630.4
HSL8.75º45.71%41.18%-
HSV(B)8.75º62.75%60%-
XYZ16.1311.575.25-
YUV93.92107.17170.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.45%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=54.45%
G=25.27%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153715700.540.630.48.7545.7141.18
Hex9947390363F2892e29
Octal231107710667750115651
Binary10011001100011111100101101101111111010001001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994739; }

 p { color: rgb(153,71,57); }

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

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

 a { background-color: rgb(153,71,57); }

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

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

 span { border-color: rgb(153,71,57); }

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