#9E4A38

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

Shades of Cognac #9E4A38

Tints of Cognac #9E4A38

Color information

#9E4A38 (or 0x9E4A38) is unknown color: approx Cognac. HEX triplet: 9E, 4A and 38. RGB value is (158,74,56). Sum of RGB (Red+Green+Blue) = 158+74+56=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4A38 is #61B5C7. Grayscale: #616161. Windows color (decimal): -6403528 or 3689118. OLE color: 3689118.

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

Color convert

RGB1587456-
CMYK00.530.650.38
HSL10.59º47.66%41.96%-
HSV(B)10.59º64.56%61.96%-
XYZ17.2612.455.24-
YUV97.06104.83171.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.86%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 56 (22.27% from 255) = 19.44%
R=54.86%
G=25.69%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158745600.530.650.3810.5947.6641.96
Hex9E4A380354126b302a
Octal2361127006510146136052
Binary100111101001010111000011010110000011001101011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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