#9E4F41

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

Shades of Cognac #9E4F41

Tints of Cognac #9E4F41

Color information

#9E4F41 (or 0x9E4F41) is unknown color: approx Cognac. HEX triplet: 9E, 4F and 41. RGB value is (158,79,65). Sum of RGB (Red+Green+Blue) = 158+79+65=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4F41 is #61B0BE. Grayscale: #656565. Windows color (decimal): -6402239 or 4280222. OLE color: 4280222.

HSL color Cylindrical-coordinate representation of color #9E4F41: hue angle of 9.03º 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 #9E4F41 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1587965-
CMYK00.500.590.38
HSL9.03º41.7%43.73%-
HSV(B)9.03º58.86%61.96%-
XYZ17.8513.246.62-
YUV101.02107.67168.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.32%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=52.32%
G=26.16%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158796500.500.590.389.0341.743.73
Hex9E4F410323B2692a2c
Octal2361171010627346115254
Binary100111101001111100000101100101110111001101001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,79,65); }

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

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

 a { background-color: rgb(158,79,65); }

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

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

 span { border-color: rgb(158,79,65); }

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