#994842

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

Shades of Cognac #994842

Tints of Cognac #994842

Color information

#994842 (or 0x994842) is unknown color: approx Cognac. HEX triplet: 99, 48 and 42. RGB value is (153,72,66). Sum of RGB (Red+Green+Blue) = 153+72+66=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994842 is #66B7BD. Grayscale: #5F5F5F. Windows color (decimal): -6731710 or 4343961. OLE color: 4343961.

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

Color convert

RGB1537266-
CMYK00.530.570.4
HSL4.14º39.73%42.94%-
HSV(B)4.14º56.86%60%-
XYZ16.4411.86.57-
YUV95.54111.34168.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=52.58%
G=24.74%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153726600.530.570.44.1439.7342.94
Hex99484203539284282b
Octal231110102065715045053
Binary10011001100100010000100110101111001101000100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994842; }

 p { color: rgb(153,72,66); }

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

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

 a { background-color: rgb(153,72,66); }

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

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

 span { border-color: rgb(153,72,66); }

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