#994D40

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

Shades of Cognac #994D40

Tints of Cognac #994D40

Color information

#994D40 (or 0x994D40) is unknown color: approx Cognac. HEX triplet: 99, 4D and 40. RGB value is (153,77,64). Sum of RGB (Red+Green+Blue) = 153+77+64=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #994D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D40 is #66B2BF. Grayscale: #626262. Windows color (decimal): -6730432 or 4214169. OLE color: 4214169.

HSL color Cylindrical-coordinate representation of color #994D40: hue angle of 8.76º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994D40 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1537764-
CMYK00.500.580.4
HSL8.76º41.01%42.55%-
HSV(B)8.76º58.17%60%-
XYZ16.7212.456.37-
YUV98.24108.68167.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 77 (30.47% from 255) = 26.19%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=52.04%
G=26.19%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153776400.500.580.48.7641.0142.55
Hex994D400323A289292b
Octal2311151000627250115153
Binary100110011001101100000001100101110101010001001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,77,64); }

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

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

 a { background-color: rgb(153,77,64); }

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

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

 span { border-color: rgb(153,77,64); }

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