#93463C

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

Shades of Mojo #93463C

Tints of Mojo #93463C

Color information

#93463C (or 0x93463C) is unknown color: approx Mojo. HEX triplet: 93, 46 and 3C. RGB value is (147,70,60). Sum of RGB (Red+Green+Blue) = 147+70+60=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93463C is #6CB9C3. Grayscale: #5C5C5C. Windows color (decimal): -7125444 or 3950227. OLE color: 3950227.

HSL color Cylindrical-coordinate representation of color #93463C: hue angle of 6.9º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93463C is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1477060-
CMYK00.520.590.42
HSL6.9º42.03%40.59%-
HSV(B)6.9º59.18%57.65%-
XYZ15.0410.915.59-
YUV91.88110.01167.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.07%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=53.07%
G=25.27%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147706000.520.590.426.942.0340.59
Hex93463C0343B2A72a29
Octal22310674064735275251
Binary1001001110001101111000110100111011101010111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93463C; }

 p { color: rgb(147,70,60); }

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

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

 a { background-color: rgb(147,70,60); }

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

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

 span { border-color: rgb(147,70,60); }

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