#994235

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

Shades of Mojo #994235

Tints of Mojo #994235

Color information

#994235 (or 0x994235) is unknown color: approx Mojo. HEX triplet: 99, 42 and 35. RGB value is (153,66,53). Sum of RGB (Red+Green+Blue) = 153+66+53=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #994235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994235 is #66BDCA. Grayscale: #5A5A5A. Windows color (decimal): -6733259 or 3490457. OLE color: 3490457.

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

Color convert

RGB1536653-
CMYK00.570.650.4
HSL7.8º48.54%40.39%-
HSV(B)7.8º65.36%60%-
XYZ15.7310.934.65-
YUV90.53106.82172.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 53 (21.09% from 255) = 19.49%
R=56.25%
G=24.26%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153665300.570.650.47.848.5440.39
Hex994235039412883128
Octal2311026507110150106150
Binary100110011000010110101011100110000011010001000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994235; }

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

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

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

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

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

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

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

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