#994D41

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

Shades of Cognac #994D41

Tints of Cognac #994D41

Color information

#994D41 (or 0x994D41) is unknown color: approx Cognac. HEX triplet: 99, 4D and 41. RGB value is (153,77,65). Sum of RGB (Red+Green+Blue) = 153+77+65=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #994D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D41 is #66B2BE. Grayscale: #626262. Windows color (decimal): -6730431 or 4279705. OLE color: 4279705.

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

Color convert

RGB1537765-
CMYK00.500.580.4
HSL8.18º40.37%42.75%-
HSV(B)8.18º57.52%60%-
XYZ16.7412.466.52-
YUV98.36109.18166.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=51.86%
G=26.10%
B=22.03%

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
Decimal153776500.500.580.48.1840.3742.75
Hex994D410323A288282b
Octal2311151010627250105053
Binary100110011001101100000101100101110101010001000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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