#994539

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

Shades of Mojo #994539

Tints of Mojo #994539

Color information

#994539 (or 0x994539) is unknown color: approx Mojo. HEX triplet: 99, 45 and 39. RGB value is (153,69,57). Sum of RGB (Red+Green+Blue) = 153+69+57=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #994539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994539 is #66BAC6. Grayscale: #5C5C5C. Windows color (decimal): -6732487 or 3753369. OLE color: 3753369.

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

Color convert

RGB1536957-
CMYK00.550.630.4
HSL7.5º45.71%41.18%-
HSV(B)7.5º62.75%60%-
XYZ1611.325.21-
YUV92.75107.83170.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=54.84%
G=24.73%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153695700.550.630.47.545.7141.18
Hex9945390373F2882e29
Octal231105710677750105651
Binary10011001100010111100101101111111111010001000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994539; }

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

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

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

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

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

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

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

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