#9C4C40

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

Shades of Cognac #9C4C40

Tints of Cognac #9C4C40

Color information

#9C4C40 (or 0x9C4C40) is unknown color: approx Cognac. HEX triplet: 9C, 4C and 40. RGB value is (156,76,64). Sum of RGB (Red+Green+Blue) = 156+76+64=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4C40 is #63B3BF. Grayscale: #626262. Windows color (decimal): -6534080 or 4213916. OLE color: 4213916.

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

Color convert

RGB1567664-
CMYK00.510.590.39
HSL7.83º41.82%43.14%-
HSV(B)7.83º58.97%61.18%-
XYZ17.2212.616.38-
YUV98.55108.5168.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.70%
GREEN value IS 76 (30.08% from 255) = 25.68%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=52.70%
G=25.68%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156766400.510.590.397.8341.8243.14
Hex9C4C400333B2782a2b
Octal2341141000637347105253
Binary100111001001100100000001100111110111001111000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,76,64); }

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

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

 a { background-color: rgb(156,76,64); }

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

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

 span { border-color: rgb(156,76,64); }

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