#9E4938

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

Shades of Cognac #9E4938

Tints of Cognac #9E4938

Color information

#9E4938 (or 0x9E4938) is unknown color: approx Cognac. HEX triplet: 9E, 49 and 38. RGB value is (158,73,56). Sum of RGB (Red+Green+Blue) = 158+73+56=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4938 is #61B6C7. Grayscale: #606060. Windows color (decimal): -6403784 or 3688862. OLE color: 3688862.

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

Color convert

RGB1587356-
CMYK00.540.650.38
HSL10º47.66%41.96%-
HSV(B)10º64.56%61.96%-
XYZ17.212.325.21-
YUV96.48105.16171.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.05%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=55.05%
G=25.44%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158735600.540.650.381047.6641.96
Hex9E49380364126a302a
Octal2361117006610146126052
Binary100111101001001111000011011010000011001101010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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