#994A37

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

Shades of Mojo #994A37

Tints of Mojo #994A37

Color information

#994A37 (or 0x994A37) is unknown color: approx Mojo. HEX triplet: 99, 4A and 37. RGB value is (153,74,55). Sum of RGB (Red+Green+Blue) = 153+74+55=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #994A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A37 is #66B5C8. Grayscale: #5F5F5F. Windows color (decimal): -6731209 or 3623577. OLE color: 3623577.

HSL color Cylindrical-coordinate representation of color #994A37: hue angle of 11.63º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994A37 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB1537455-
CMYK00.520.640.4
HSL11.63º47.12%40.78%-
HSV(B)11.63º64.05%60%-
XYZ16.2811.955.06-
YUV95.46105.17169.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=54.26%
G=26.24%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153745500.520.640.411.6347.1240.78
Hex994A370344028c2f29
Octal2311126706410050145751
Binary100110011001010110111011010010000001010001100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994A37; }

 p { color: rgb(153,74,55); }

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

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

 a { background-color: rgb(153,74,55); }

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

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

 span { border-color: rgb(153,74,55); }

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