#9D4A40

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

Shades of Cognac #9D4A40

Tints of Cognac #9D4A40

Color information

#9D4A40 (or 0x9D4A40) is unknown color: approx Cognac. HEX triplet: 9D, 4A and 40. RGB value is (157,74,64). Sum of RGB (Red+Green+Blue) = 157+74+64=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4A40 is #62B5BF. Grayscale: #616161. Windows color (decimal): -6469056 or 4213405. OLE color: 4213405.

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

Color convert

RGB1577464-
CMYK00.530.590.38
HSL6.45º42.08%43.33%-
HSV(B)6.45º59.24%61.57%-
XYZ17.2812.446.34-
YUV97.68109170.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.22%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=53.22%
G=25.08%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157746400.530.590.386.4542.0843.33
Hex9D4A400353B2662a2b
Octal235112100065734665253
Binary10011101100101010000000110101111011100110110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,74,64); }

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

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

 a { background-color: rgb(157,74,64); }

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

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

 span { border-color: rgb(157,74,64); }

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