#98463A

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

Shades of Mojo #98463A

Tints of Mojo #98463A

Color information

#98463A (or 0x98463A) is unknown color: approx Mojo. HEX triplet: 98, 46 and 3A. RGB value is (152,70,58). Sum of RGB (Red+Green+Blue) = 152+70+58=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98463A is #67B9C5. Grayscale: #5D5D5D. Windows color (decimal): -6797766 or 3819160. OLE color: 3819160.

HSL color Cylindrical-coordinate representation of color #98463A: hue angle of 7.66º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98463A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1527058-
CMYK00.540.620.40
HSL7.66º44.76%41.18%-
HSV(B)7.66º61.84%59.61%-
XYZ15.911.365.36-
YUV93.15108.17169.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 20.71%
R=54.29%
G=25%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152705800.540.620.407.6644.7641.18
Hex98463A0363E2882d29
Octal230106720667650105551
Binary10011000100011011101001101101111101010001000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98463A; }

 p { color: rgb(152,70,58); }

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

<style>
 a { background-color: #98463A; }

 a { background-color: rgb(152,70,58); }

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

<style>
 span { border-color: #98463A; }

 span { border-color: rgb(152,70,58); }

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