#98493C

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

Shades of Mojo #98493C

Tints of Mojo #98493C

Color information

#98493C (or 0x98493C) is unknown color: approx Mojo. HEX triplet: 98, 49 and 3C. RGB value is (152,73,60). Sum of RGB (Red+Green+Blue) = 152+73+60=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98493C is #67B6C3. Grayscale: #5F5F5F. Windows color (decimal): -6796996 or 3951000. OLE color: 3951000.

HSL color Cylindrical-coordinate representation of color #98493C: hue angle of 8.48º degrees, saturation: 0.43, 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 #98493C is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1527360-
CMYK00.520.610.40
HSL8.48º43.4%41.57%-
HSV(B)8.48º60.53%59.61%-
XYZ16.1511.775.7-
YUV95.14108.17168.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=53.33%
G=25.61%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152736000.520.610.408.4843.441.57
Hex98493C0343D2882b2a
Octal230111740647550105352
Binary10011000100100111110001101001111011010001000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,73,60); }

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

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

 a { background-color: rgb(152,73,60); }

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

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

 span { border-color: rgb(152,73,60); }

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