#9e473e

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

Shades of Cognac #9E473E

Tints of Cognac #9E473E

Color information

#9E473E (or 0x9E473E) is unknown color: approx Cognac. HEX triplet: 9E, 47 and 3E. RGB value is (158,71,62). Sum of RGB (Red+Green+Blue) = 158+71+62=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E473E is #61B8C1. Grayscale: #606060. Windows color (decimal): -6404290 or 4081566. OLE color: 4081566.

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

Color convert

RGB1587162-
CMYK00.550.610.38
HSL5.63º43.64%43.14%-
HSV(B)5.63º60.76%61.96%-
XYZ17.2212.125.99-
YUV95.99108.82172.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.30%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=54.30%
G=24.40%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158716200.550.610.385.6343.6443.14
Hex9E473E0373D2662c2b
Octal23610776067754665453
Binary1001111010001111111100110111111101100110110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e473e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,71,62); }

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

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

 a { background-color: rgb(158,71,62); }

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

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

 span { border-color: rgb(158,71,62); }

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