#99473A

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

Shades of Mojo #99473A

Tints of Mojo #99473A

Color information

#99473A (or 0x99473A) is unknown color: approx Mojo. HEX triplet: 99, 47 and 3A. RGB value is (153,71,58). Sum of RGB (Red+Green+Blue) = 153+71+58=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99473A is #66B8C5. Grayscale: #5E5E5E. Windows color (decimal): -6731974 or 3819417. OLE color: 3819417.

HSL color Cylindrical-coordinate representation of color #99473A: hue angle of 8.21º 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 #99473A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB1537158-
CMYK00.540.620.4
HSL8.21º45.02%41.37%-
HSV(B)8.21º62.09%60%-
XYZ16.1511.585.39-
YUV94.04107.67170.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=54.26%
G=25.18%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153715800.540.620.48.2145.0241.37
Hex99473A0363E2882d29
Octal231107720667650105551
Binary10011001100011111101001101101111101010001000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,71,58); }

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

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

 a { background-color: rgb(153,71,58); }

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

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

 span { border-color: rgb(153,71,58); }

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