#994035

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

Shades of Mojo #994035

Tints of Mojo #994035

Color information

#994035 (or 0x994035) is unknown color: approx Mojo. HEX triplet: 99, 40 and 35. RGB value is (153,64,53). Sum of RGB (Red+Green+Blue) = 153+64+53=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #994035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994035 is #66BFCA. Grayscale: #595959. Windows color (decimal): -6733771 or 3489945. OLE color: 3489945.

HSL color Cylindrical-coordinate representation of color #994035: hue angle of 6.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994035 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB1536453-
CMYK00.580.650.4
HSL6.6º48.54%40.39%-
HSV(B)6.6º65.36%60%-
XYZ15.6110.74.61-
YUV89.36107.49173.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=56.67%
G=23.70%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153645300.580.650.46.648.5440.39
Hex99403503A412873128
Octal231100650721015076150
Binary10011001100000011010101110101000001101000111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994035; }

 p { color: rgb(153,64,53); }

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

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

 a { background-color: rgb(153,64,53); }

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

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

 span { border-color: rgb(153,64,53); }

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