#994338

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

Shades of Mojo #994338

Tints of Mojo #994338

Color information

#994338 (or 0x994338) is unknown color: approx Mojo. HEX triplet: 99, 43 and 38. RGB value is (153,67,56). Sum of RGB (Red+Green+Blue) = 153+67+56=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994338 is #66BCC7. Grayscale: #5B5B5B. Windows color (decimal): -6733000 or 3687321. OLE color: 3687321.

HSL color Cylindrical-coordinate representation of color #994338: hue angle of 6.8º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994338 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1536756-
CMYK00.560.630.4
HSL6.8º46.41%40.98%-
HSV(B)6.8º63.4%60%-
XYZ15.8611.075.04-
YUV91.46107.99171.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=55.43%
G=24.28%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153675600.560.630.46.846.4140.98
Hex9943380383F2872e29
Octal23110370070775075651
Binary1001100110000111110000111000111111101000111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994338; }

 p { color: rgb(153,67,56); }

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

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

 a { background-color: rgb(153,67,56); }

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

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

 span { border-color: rgb(153,67,56); }

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