#994938

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

Shades of Mojo #994938

Tints of Mojo #994938

Color information

#994938 (or 0x994938) is unknown color: approx Mojo. HEX triplet: 99, 49 and 38. RGB value is (153,73,56). Sum of RGB (Red+Green+Blue) = 153+73+56=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #994938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994938 is #66B6C7. Grayscale: #5F5F5F. Windows color (decimal): -6731464 or 3688857. OLE color: 3688857.

HSL color Cylindrical-coordinate representation of color #994938: hue angle of 10.52º 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 #994938 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1537356-
CMYK00.520.630.4
HSL10.52º46.41%40.98%-
HSV(B)10.52º63.4%60%-
XYZ16.2311.825.17-
YUV94.98106169.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=54.26%
G=25.89%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153735600.520.630.410.5246.4140.98
Hex9949380343F28b2e29
Octal231111700647750135651
Binary10011001100100111100001101001111111010001011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994938; }

 p { color: rgb(153,73,56); }

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

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

 a { background-color: rgb(153,73,56); }

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

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

 span { border-color: rgb(153,73,56); }

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