#9E4840

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

Shades of Cognac #9E4840

Tints of Cognac #9E4840

Color information

#9E4840 (or 0x9E4840) is unknown color: approx Cognac. HEX triplet: 9E, 48 and 40. RGB value is (158,72,64). Sum of RGB (Red+Green+Blue) = 158+72+64=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4840 is #61B7BF. Grayscale: #606060. Windows color (decimal): -6404032 or 4212894. OLE color: 4212894.

HSL color Cylindrical-coordinate representation of color #9E4840: hue angle of 5.11º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4840 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1587264-
CMYK00.540.590.38
HSL5.11º42.34%43.53%-
HSV(B)5.11º59.49%61.96%-
XYZ17.3412.276.31-
YUV96.8109.49171.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.74%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=53.74%
G=24.49%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158726400.540.590.385.1142.3443.53
Hex9E48400363B2652a2c
Octal236110100066734655254
Binary10011110100100010000000110110111011100110101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E4840; }

 p { color: rgb(158,72,64); }

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

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

 a { background-color: rgb(158,72,64); }

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

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

 span { border-color: rgb(158,72,64); }

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