#9E3F34

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

Shades of Cognac #9E3F34

Tints of Cognac #9E3F34

Color information

#9E3F34 (or 0x9E3F34) is unknown color: approx Cognac. HEX triplet: 9E, 3F and 34. RGB value is (158,63,52). Sum of RGB (Red+Green+Blue) = 158+63+52=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3F34 is #61C0CB. Grayscale: #5A5A5A. Windows color (decimal): -6406348 or 3424158. OLE color: 3424158.

HSL color Cylindrical-coordinate representation of color #9E3F34: hue angle of 6.23º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E3F34 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB1586352-
CMYK00.600.670.38
HSL6.23º50.48%41.18%-
HSV(B)6.23º67.09%61.96%-
XYZ16.511.074.52-
YUV90.15106.47176.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.88%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=57.88%
G=23.08%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158635200.600.670.386.2350.4841.18
Hex9E3F3403C432663229
Octal23677640741034666251
Binary1001111011111111010001111001000011100110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,63,52); }

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

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

 a { background-color: rgb(158,63,52); }

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

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

 span { border-color: rgb(158,63,52); }

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