#974B42

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

Shades of Cognac #974B42

Tints of Cognac #974B42

Color information

#974B42 (or 0x974B42) is unknown color: approx Cognac. HEX triplet: 97, 4B and 42. RGB value is (151,75,66). Sum of RGB (Red+Green+Blue) = 151+75+66=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #974B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B42 is #68B4BD. Grayscale: #606060. Windows color (decimal): -6862014 or 4344727. OLE color: 4344727.

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

Color convert

RGB1517566-
CMYK00.500.560.41
HSL6.35º39.17%42.55%-
HSV(B)6.35º56.29%59.22%-
XYZ16.26126.61-
YUV96.7110.68166.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.71%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=51.71%
G=25.68%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151756600.500.560.416.3539.1742.55
Hex974B4203238296272b
Octal227113102062705164753
Binary10010111100101110000100110010111000101001110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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