#994B3C

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

Shades of Mojo #994B3C

Tints of Mojo #994B3C

Color information

#994B3C (or 0x994B3C) is unknown color: approx Mojo. HEX triplet: 99, 4B and 3C. RGB value is (153,75,60). Sum of RGB (Red+Green+Blue) = 153+75+60=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #994B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B3C is #66B4C3. Grayscale: #606060. Windows color (decimal): -6730948 or 3951513. OLE color: 3951513.

HSL color Cylindrical-coordinate representation of color #994B3C: hue angle of 9.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994B3C is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1537560-
CMYK00.510.610.4
HSL9.68º43.66%41.76%-
HSV(B)9.68º60.78%60%-
XYZ16.4712.135.75-
YUV96.61107.34168.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 75 (29.69% from 255) = 26.04%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=53.12%
G=26.04%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153756000.510.610.49.6843.6641.76
Hex994B3C0333D28a2c2a
Octal231113740637550125452
Binary10011001100101111110001100111111011010001010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,75,60); }

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

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

 a { background-color: rgb(153,75,60); }

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

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

 span { border-color: rgb(153,75,60); }

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