#974941

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

Shades of Cognac #974941

Tints of Cognac #974941

Color information

#974941 (or 0x974941) is unknown color: approx Cognac. HEX triplet: 97, 49 and 41. RGB value is (151,73,65). Sum of RGB (Red+Green+Blue) = 151+73+65=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #974941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974941 is #68B6BE. Grayscale: #5F5F5F. Windows color (decimal): -6862527 or 4278679. OLE color: 4278679.

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

Color convert

RGB1517365-
CMYK00.520.570.41
HSL5.58º39.81%42.35%-
HSV(B)5.58º56.95%59.22%-
XYZ16.111.736.42-
YUV95.41110.84167.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.25%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=52.25%
G=25.26%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151736500.520.570.415.5839.8142.35
Hex97494103439296282a
Octal227111101064715165052
Binary10010111100100110000010110100111001101001110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974941; }

 p { color: rgb(151,73,65); }

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

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

 a { background-color: rgb(151,73,65); }

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

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

 span { border-color: rgb(151,73,65); }

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