#994f3c

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

Shades of Mojo #994F3C

Tints of Mojo #994F3C

Color information

#994F3C (or 0x994F3C) is unknown color: approx Mojo. HEX triplet: 99, 4F and 3C. RGB value is (153,79,60). Sum of RGB (Red+Green+Blue) = 153+79+60=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #994F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F3C is #66B0C3. Grayscale: #636363. Windows color (decimal): -6729924 or 3952537. OLE color: 3952537.

HSL color Cylindrical-coordinate representation of color #994F3C: hue angle of 12.26º degrees, saturation: 0.44, 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 #994F3C is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1537960-
CMYK00.480.610.4
HSL12.26º43.66%41.76%-
HSV(B)12.26º60.78%60%-
XYZ16.7512.695.84-
YUV98.96106.02166.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=52.40%
G=27.05%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153796000.480.610.412.2643.6641.76
Hex994F3C0303D28c2c2a
Octal231117740607550145452
Binary10011001100111111110001100001111011010001100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994f3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994f3c; }

 p { color: rgb(153,79,60); }

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

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

 a { background-color: rgb(153,79,60); }

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

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

 span { border-color: rgb(153,79,60); }

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