#994A40

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

Shades of Cognac #994A40

Tints of Cognac #994A40

Color information

#994A40 (or 0x994A40) is unknown color: approx Cognac. HEX triplet: 99, 4A and 40. RGB value is (153,74,64). Sum of RGB (Red+Green+Blue) = 153+74+64=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A40 is #66B5BF. Grayscale: #606060. Windows color (decimal): -6731200 or 4213401. OLE color: 4213401.

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

Color convert

RGB1537464-
CMYK00.520.580.4
HSL6.74º41.01%42.55%-
HSV(B)6.74º58.17%60%-
XYZ16.5112.046.3-
YUV96.48109.67168.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=52.58%
G=25.43%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153746400.520.580.46.7441.0142.55
Hex994A400343A287292b
Octal231112100064725075153
Binary10011001100101010000000110100111010101000111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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