#974742

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

Shades of Cognac #974742

Tints of Cognac #974742

Color information

#974742 (or 0x974742) is unknown color: approx Cognac. HEX triplet: 97, 47 and 42. RGB value is (151,71,66). Sum of RGB (Red+Green+Blue) = 151+71+66=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #974742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974742 is #68B8BD. Grayscale: #5E5E5E. Windows color (decimal): -6863038 or 4343703. OLE color: 4343703.

HSL color Cylindrical-coordinate representation of color #974742: hue angle of 3.53º 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 #974742 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1517166-
CMYK00.530.560.41
HSL3.53º39.17%42.55%-
HSV(B)3.53º56.29%59.22%-
XYZ1611.486.53-
YUV94.35112168.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.43%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=52.43%
G=24.65%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151716600.530.560.413.5339.1742.55
Hex97474203538294272b
Octal227107102065705144753
Binary10010111100011110000100110101111000101001100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974742; }

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

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

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

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

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

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

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

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