#9E493B

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

Shades of Cognac #9E493B

Tints of Cognac #9E493B

Color information

#9E493B (or 0x9E493B) is unknown color: approx Cognac. HEX triplet: 9E, 49 and 3B. RGB value is (158,73,59). Sum of RGB (Red+Green+Blue) = 158+73+59=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E493B is #61B6C4. Grayscale: #606060. Windows color (decimal): -6403781 or 3885470. OLE color: 3885470.

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

Color convert

RGB1587359-
CMYK00.540.630.38
HSL8.48º45.62%42.55%-
HSV(B)8.48º62.66%61.96%-
XYZ17.2712.355.61-
YUV96.82106.66171.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.48%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 59 (23.44% from 255) = 20.34%
R=54.48%
G=25.17%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158735900.540.630.388.4845.6242.55
Hex9E493B0363F2682e2b
Octal236111730667746105653
Binary10011110100100111101101101101111111001101000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,73,59); }

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

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

 a { background-color: rgb(158,73,59); }

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

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

 span { border-color: rgb(158,73,59); }

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