#994A44

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

Shades of Cognac #994A44

Tints of Cognac #994A44

Color information

#994A44 (or 0x994A44) is unknown color: approx Cognac. HEX triplet: 99, 4A and 44. RGB value is (153,74,68). Sum of RGB (Red+Green+Blue) = 153+74+68=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #994A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A44 is #66B5BB. Grayscale: #616161. Windows color (decimal): -6731196 or 4475545. OLE color: 4475545.

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

Color convert

RGB1537468-
CMYK00.520.560.4
HSL4.24º38.46%43.33%-
HSV(B)4.24º55.56%60%-
XYZ16.6312.096.93-
YUV96.94111.67167.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=51.86%
G=25.08%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153746800.520.560.44.2438.4643.33
Hex994A4403438284262b
Octal231112104064705044653
Binary10011001100101010001000110100111000101000100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,74,68); }

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

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

 a { background-color: rgb(153,74,68); }

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

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

 span { border-color: rgb(153,74,68); }

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