#93463E

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

Shades of Mojo #93463E

Tints of Mojo #93463E

Color information

#93463E (or 0x93463E) is unknown color: approx Mojo. HEX triplet: 93, 46 and 3E. RGB value is (147,70,62). Sum of RGB (Red+Green+Blue) = 147+70+62=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93463E is #6CB9C1. Grayscale: #5C5C5C. Windows color (decimal): -7125442 or 4081299. OLE color: 4081299.

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

Color convert

RGB1477062-
CMYK00.520.580.42
HSL5.65º40.67%40.98%-
HSV(B)5.65º57.82%57.65%-
XYZ15.0910.935.87-
YUV92.11111.01167.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 62 (24.61% from 255) = 22.22%
R=52.69%
G=25.09%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147706200.520.580.425.6540.6740.98
Hex93463E0343A2A62929
Octal22310676064725265151
Binary1001001110001101111100110100111010101010110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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