#98473C

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

Shades of Mojo #98473C

Tints of Mojo #98473C

Color information

#98473C (or 0x98473C) is unknown color: approx Mojo. HEX triplet: 98, 47 and 3C. RGB value is (152,71,60). Sum of RGB (Red+Green+Blue) = 152+71+60=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98473C is #67B8C3. Grayscale: #5E5E5E. Windows color (decimal): -6797508 or 3950488. OLE color: 3950488.

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

Color convert

RGB1527160-
CMYK00.530.610.40
HSL7.17º43.4%41.57%-
HSV(B)7.17º60.53%59.61%-
XYZ16.0211.515.65-
YUV93.96108.84169.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=53.71%
G=25.09%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152716000.530.610.407.1743.441.57
Hex98473C0353D2872b2a
Octal23010774065755075352
Binary1001100010001111111000110101111101101000111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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