#994941

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

Shades of Cognac #994941

Tints of Cognac #994941

Color information

#994941 (or 0x994941) is unknown color: approx Cognac. HEX triplet: 99, 49 and 41. RGB value is (153,73,65). Sum of RGB (Red+Green+Blue) = 153+73+65=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994941 is #66B6BE. Grayscale: #606060. Windows color (decimal): -6731455 or 4278681. OLE color: 4278681.

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

Color convert

RGB1537365-
CMYK00.520.580.4
HSL5.45º40.37%42.75%-
HSV(B)5.45º57.52%60%-
XYZ16.4711.926.43-
YUV96.01110.5168.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=52.58%
G=25.09%
B=22.34%

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
Decimal153736500.520.580.45.4540.3742.75
Hex9949410343A285282b
Octal231111101064725055053
Binary10011001100100110000010110100111010101000101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994941; }

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

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

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

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

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

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

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

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