#974A42

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

Shades of Cognac #974A42

Tints of Cognac #974A42

Color information

#974A42 (or 0x974A42) is unknown color: approx Cognac. HEX triplet: 97, 4A and 42. RGB value is (151,74,66). Sum of RGB (Red+Green+Blue) = 151+74+66=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #974A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974A42 is #68B5BD. Grayscale: #606060. Windows color (decimal): -6862270 or 4344471. OLE color: 4344471.

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

Color convert

RGB1517466-
CMYK00.510.560.41
HSL5.65º39.17%42.55%-
HSV(B)5.65º56.29%59.22%-
XYZ16.1911.876.59-
YUV96.11111.01167.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.89%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=51.89%
G=25.43%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151746600.510.560.415.6539.1742.55
Hex974A4203338296272b
Octal227112102063705164753
Binary10010111100101010000100110011111000101001110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974A42; }

 p { color: rgb(151,74,66); }

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

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

 a { background-color: rgb(151,74,66); }

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

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

 span { border-color: rgb(151,74,66); }

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