#9E443A

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

Shades of Cognac #9E443A

Tints of Cognac #9E443A

Color information

#9E443A (or 0x9E443A) is unknown color: approx Cognac. HEX triplet: 9E, 44 and 3A. RGB value is (158,68,58). Sum of RGB (Red+Green+Blue) = 158+68+58=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E443A is #61BBC5. Grayscale: #5D5D5D. Windows color (decimal): -6405062 or 3818654. OLE color: 3818654.

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

Color convert

RGB1586858-
CMYK00.570.630.38
HSL46.3%42.35%-
HSV(B)63.29%61.96%-
XYZ16.9311.715.37-
YUV93.77107.82173.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.63%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=55.63%
G=23.94%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158685800.570.630.38646.342.35
Hex9E443A0393F2662e2a
Octal23610472071774665652
Binary1001111010001001110100111001111111100110110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,58); }

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

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

 a { background-color: rgb(158,68,58); }

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

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

 span { border-color: rgb(158,68,58); }

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