#974440

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

Shades of Cognac #974440

Tints of Cognac #974440

Color information

#974440 (or 0x974440) is unknown color: approx Cognac. HEX triplet: 97, 44 and 40. RGB value is (151,68,64). Sum of RGB (Red+Green+Blue) = 151+68+64=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #974440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974440 is #68BBBF. Grayscale: #5C5C5C. Windows color (decimal): -6863808 or 4211863. OLE color: 4211863.

HSL color Cylindrical-coordinate representation of color #974440: hue angle of 2.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974440 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB1516864-
CMYK00.550.580.41
HSL2.76º40.47%42.16%-
HSV(B)2.76º57.62%59.22%-
XYZ15.7611.086.16-
YUV92.36112169.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.36%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=53.36%
G=24.03%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151686400.550.580.412.7640.4742.16
Hex9744400373A293282a
Octal227104100067725135052
Binary1001011110001001000000011011111101010100111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974440; }

 p { color: rgb(151,68,64); }

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

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

 a { background-color: rgb(151,68,64); }

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

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

 span { border-color: rgb(151,68,64); }

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